#77C7DC

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

Shades of Spray #77C7DC

Tints of Spray #77C7DC

Color information

#77C7DC (or 0x77C7DC) is unknown color: approx Spray. HEX triplet: 77, C7 and DC. RGB value is (119,199,220). Sum of RGB (Red+Green+Blue) = 119+199+220=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #77C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C7DC is #883823. Grayscale: #B1B1B1. Windows color (decimal): -8927268 or 14468983. OLE color: 14468983.

HSL color Cylindrical-coordinate representation of color #77C7DC: hue angle of 192.48º 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 #77C7DC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119199220-
CMYK0.460.1000.14
HSL192.48º59.06%66.47%-
HSV(B)192.48º45.91%86.27%-
XYZ40.9549.9475.19-
YUV177.4715286.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.12%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=22.12%
G=36.99%
B=40.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191992200.460.1000.14192.4859.0666.47
Hex77C7DC2EA0Ec03b42
Octal167307334561201630073102
Binary11101111100011111011100101110101001110110000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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