Shades of Spray #77C9CE
Tints of Spray #77C9CE
RGB
CMYK
RGB Variations
Color information
#77C9CE (or 0x77C9CE) is known color: Spray. HEX triplet: 77, C9 and CE. RGB value is (119,201,206). Sum of RGB (Red+Green+Blue) = 119+201+206=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #77C9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9CE is #883631. Grayscale: #B0B0B0. Windows color (decimal): -8926770 or 13551991. OLE color: 13551991.
HSL color Cylindrical-coordinate representation of color #77C9CE: hue angle of 183.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C9CE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 201 | 206 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.19 |
| HSL | 183.45º | 0.47% | 0.64% | - |
| HSV(B) | 183.45º | 0.42% | 0.81% | - |
| XYZ | 39.63 | 50.15 | 65.98 | - |
| YUV | 177.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 206 | 0.42 | 0.02 | 0 | 0.19 | 183.45 | 0.47 | 0.64 |
| Hex | 77 | C9 | CE | 2A | 2 | 0 | 13 | B7 | 2F | 40 |
| Octal | 167 | 311 | 316 | 52 | 2 | 0 | 23 | 267 | 57 | 100 |
| Binary | 1110111 | 11001001 | 11001110 | 101010 | 10 | 0 | 10011 | 10110111 | 101111 | 1000000 |
Color Harmonies of #77C9CE
Complementary color
Monochromatic Colors of #77C9CE
Black with #77C9CE
Text Example
Text Example
White with #77C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C9CE; }
p { color: rgb(119,201,206); }
H1.HeaderClassName
{
color: #77C9CE;
}
.AnyTagClassName
{
color: #77C9CE;
}
</style>
background-color css
<style>
a { background-color: #77C9CE; }
a { background-color: rgb(119,201,206); }
div.DivClassName
{
background-color: #77C9CE;
}
.BgClassName
{
background-color: #77C9CE;
}
</style>
border-color css
<style>
span { border-color: #77C9CE; }
span { border-color: rgb(119,201,206); }
td.TdClassName
{
border-color: #77C9CE;
}
.TagClassName
{
border-color: #77C9CE;
}
</style>