Shades of Spray #77C5CE
Tints of Spray #77C5CE
RGB
CMYK
RGB Variations
Color information
#77C5CE (or 0x77C5CE) is known color: Spray. HEX triplet: 77, C5 and CE. RGB value is (119,197,206). Sum of RGB (Red+Green+Blue) = 119+197+206=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #77C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5CE is #883A31. Grayscale: #AEAEAE. Windows color (decimal): -8927794 or 13550967. OLE color: 13550967.
HSL color Cylindrical-coordinate representation of color #77C5CE: hue angle of 186.21º 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 #77C5CE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 197 | 206 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.19 |
| HSL | 186.21º | 0.47% | 0.64% | - |
| HSV(B) | 186.21º | 0.42% | 0.81% | - |
| XYZ | 38.71 | 48.31 | 65.68 | - |
| YUV | 174.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 206 | 0.42 | 0.04 | 0 | 0.19 | 186.21 | 0.47 | 0.64 |
| Hex | 77 | C5 | CE | 2A | 4 | 0 | 13 | BA | 2F | 40 |
| Octal | 167 | 305 | 316 | 52 | 4 | 0 | 23 | 272 | 57 | 100 |
| Binary | 1110111 | 11000101 | 11001110 | 101010 | 100 | 0 | 10011 | 10111010 | 101111 | 1000000 |
Color Harmonies of #77C5CE
Complementary color
Monochromatic Colors of #77C5CE
Black with #77C5CE
Text Example
Text Example
White with #77C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5CE; }
p { color: rgb(119,197,206); }
H1.HeaderClassName
{
color: #77C5CE;
}
.AnyTagClassName
{
color: #77C5CE;
}
</style>
background-color css
<style>
a { background-color: #77C5CE; }
a { background-color: rgb(119,197,206); }
div.DivClassName
{
background-color: #77C5CE;
}
.BgClassName
{
background-color: #77C5CE;
}
</style>
border-color css
<style>
span { border-color: #77C5CE; }
span { border-color: rgb(119,197,206); }
td.TdClassName
{
border-color: #77C5CE;
}
.TagClassName
{
border-color: #77C5CE;
}
</style>