Shades of Spray #77C9CA
Tints of Spray #77C9CA
RGB
CMYK
RGB Variations
Color information
#77C9CA (or 0x77C9CA) is known color: Spray. HEX triplet: 77, C9 and CA. RGB value is (119,201,202). Sum of RGB (Red+Green+Blue) = 119+201+202=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #77C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9CA is #883635. Grayscale: #B0B0B0. Windows color (decimal): -8926774 or 13289847. OLE color: 13289847.
HSL color Cylindrical-coordinate representation of color #77C9CA: hue angle of 180.72º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C9CA is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 202 | - |
| CMYK | 0.41 | 0.00 | 0 | 0.21 |
| HSL | 180.72º | 0.44% | 0.63% | - |
| HSV(B) | 180.72º | 0.41% | 0.79% | - |
| XYZ | 39.16 | 49.96 | 63.46 | - |
| YUV | 176.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 202 | 0.41 | 0.00 | 0 | 0.21 | 180.72 | 0.44 | 0.63 |
| Hex | 77 | C9 | CA | 29 | 0 | 0 | 15 | B5 | 2C | 3F |
| Octal | 167 | 311 | 312 | 51 | 0 | 0 | 25 | 265 | 54 | 77 |
| Binary | 1110111 | 11001001 | 11001010 | 101001 | 0 | 0 | 10101 | 10110101 | 101100 | 111111 |
Color Harmonies of #77C9CA
Complementary color
Monochromatic Colors of #77C9CA
Black with #77C9CA
Text Example
Text Example
White with #77C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C9CA; }
p { color: rgb(119,201,202); }
H1.HeaderClassName
{
color: #77C9CA;
}
.AnyTagClassName
{
color: #77C9CA;
}
</style>
background-color css
<style>
a { background-color: #77C9CA; }
a { background-color: rgb(119,201,202); }
div.DivClassName
{
background-color: #77C9CA;
}
.BgClassName
{
background-color: #77C9CA;
}
</style>
border-color css
<style>
span { border-color: #77C9CA; }
span { border-color: rgb(119,201,202); }
td.TdClassName
{
border-color: #77C9CA;
}
.TagClassName
{
border-color: #77C9CA;
}
</style>