Shades of Spray #77C4D7
Tints of Spray #77C4D7
RGB
CMYK
RGB Variations
Color information
#77C4D7 (or 0x77C4D7) is known color: Spray. HEX triplet: 77, C4 and D7. RGB value is (119,196,215). Sum of RGB (Red+Green+Blue) = 119+196+215=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #77C4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C4D7 is #883B28. Grayscale: #AEAEAE. Windows color (decimal): -8928041 or 14140535. OLE color: 14140535.
HSL color Cylindrical-coordinate representation of color #77C4D7: hue angle of 191.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77C4D7 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 196 | 215 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.16 |
| HSL | 191.88º | 0.55% | 0.65% | - |
| HSV(B) | 191.88º | 0.45% | 0.84% | - |
| XYZ | 39.61 | 48.31 | 71.53 | - |
| YUV | 175.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 215 | 0.45 | 0.09 | 0 | 0.16 | 191.88 | 0.55 | 0.65 |
| Hex | 77 | C4 | D7 | 2D | 9 | 0 | 10 | C0 | 37 | 41 |
| Octal | 167 | 304 | 327 | 55 | 11 | 0 | 20 | 300 | 67 | 101 |
| Binary | 1110111 | 11000100 | 11010111 | 101101 | 1001 | 0 | 10000 | 11000000 | 110111 | 1000001 |
Color Harmonies of #77C4D7
Complementary color
Monochromatic Colors of #77C4D7
Black with #77C4D7
Text Example
Text Example
White with #77C4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C4D7; }
p { color: rgb(119,196,215); }
H1.HeaderClassName
{
color: #77C4D7;
}
.AnyTagClassName
{
color: #77C4D7;
}
</style>
background-color css
<style>
a { background-color: #77C4D7; }
a { background-color: rgb(119,196,215); }
div.DivClassName
{
background-color: #77C4D7;
}
.BgClassName
{
background-color: #77C4D7;
}
</style>
border-color css
<style>
span { border-color: #77C4D7; }
span { border-color: rgb(119,196,215); }
td.TdClassName
{
border-color: #77C4D7;
}
.TagClassName
{
border-color: #77C4D7;
}
</style>