#77D0DC

Color #77D0DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77D0DC

Tints of Spray #77D0DC

Color information

#77D0DC (or 0x77D0DC) is unknown color: approx Spray. HEX triplet: 77, D0 and DC. RGB value is (119,208,220). Sum of RGB (Red+Green+Blue) = 119+208+220=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #77D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D0DC is #882F23. Grayscale: #B6B6B6. Windows color (decimal): -8924964 or 14471287. OLE color: 14471287.

HSL color Cylindrical-coordinate representation of color #77D0DC: hue angle of 187.13º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77D0DC is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119208220-
CMYK0.460.0500.14
HSL187.13º59.06%66.47%-
HSV(B)187.13º45.91%86.27%-
XYZ43.0854.275.9-
YUV182.76149.0182.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 21.76%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=21.76%
G=38.03%
B=40.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192082200.460.0500.14187.1359.0666.47
Hex77D0DC2E50Ebb3b42
Octal16732033456501627373102
Binary1110111110100001101110010111010101110101110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D0DC; }

 p { color: rgb(119,208,220); }

 H1.HeaderClassName
 {
   color: #77D0DC;
 }
 .AnyTagClassName
 {
   color: #77D0DC;
 }
</style>
background-color css

<style>
 a { background-color: #77D0DC; }

 a { background-color: rgb(119,208,220); }

 div.DivClassName
 {
   background-color: #77D0DC;
 }
 .BgClassName
 {
   background-color: #77D0DC;
 }
</style>
border-color css

<style>
 span { border-color: #77D0DC; }

 span { border-color: rgb(119,208,220); }

 td.TdClassName
 {
   border-color: #77D0DC;
 }
 .TagClassName
 {
   border-color: #77D0DC;
 }
</style>