Shades of Spray #77C5CF
Tints of Spray #77C5CF
RGB
CMYK
RGB Variations
Color information
#77C5CF (or 0x77C5CF) is known color: Spray. HEX triplet: 77, C5 and CF. RGB value is (119,197,207). Sum of RGB (Red+Green+Blue) = 119+197+207=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #77C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5CF is #883A30. Grayscale: #AEAEAE. Windows color (decimal): -8927793 or 13616503. OLE color: 13616503.
HSL color Cylindrical-coordinate representation of color #77C5CF: hue angle of 186.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77C5CF is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 197 | 207 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.19 |
| HSL | 186.82º | 0.48% | 0.64% | - |
| HSV(B) | 186.82º | 0.43% | 0.81% | - |
| XYZ | 38.84 | 48.36 | 66.32 | - |
| YUV | 174.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 207 | 0.43 | 0.05 | 0 | 0.19 | 186.82 | 0.48 | 0.64 |
| Hex | 77 | C5 | CF | 2B | 5 | 0 | 13 | BB | 30 | 40 |
| Octal | 167 | 305 | 317 | 53 | 5 | 0 | 23 | 273 | 60 | 100 |
| Binary | 1110111 | 11000101 | 11001111 | 101011 | 101 | 0 | 10011 | 10111011 | 110000 | 1000000 |
Color Harmonies of #77C5CF
Complementary color
Monochromatic Colors of #77C5CF
Black with #77C5CF
Text Example
Text Example
White with #77C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5CF; }
p { color: rgb(119,197,207); }
H1.HeaderClassName
{
color: #77C5CF;
}
.AnyTagClassName
{
color: #77C5CF;
}
</style>
background-color css
<style>
a { background-color: #77C5CF; }
a { background-color: rgb(119,197,207); }
div.DivClassName
{
background-color: #77C5CF;
}
.BgClassName
{
background-color: #77C5CF;
}
</style>
border-color css
<style>
span { border-color: #77C5CF; }
span { border-color: rgb(119,197,207); }
td.TdClassName
{
border-color: #77C5CF;
}
.TagClassName
{
border-color: #77C5CF;
}
</style>