Shades of Spray #77C4D0
Tints of Spray #77C4D0
RGB
CMYK
RGB Variations
Color information
#77C4D0 (or 0x77C4D0) is known color: Spray. HEX triplet: 77, C4 and D0. RGB value is (119,196,208). Sum of RGB (Red+Green+Blue) = 119+196+208=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #77C4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C4D0 is #883B2F. Grayscale: #AEAEAE. Windows color (decimal): -8928048 or 13681783. OLE color: 13681783.
HSL color Cylindrical-coordinate representation of color #77C4D0: hue angle of 188.09º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77C4D0 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 196 | 208 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.18 |
| HSL | 188.09º | 0.49% | 0.64% | - |
| HSV(B) | 188.09º | 0.43% | 0.82% | - |
| XYZ | 38.73 | 47.96 | 66.89 | - |
| YUV | 174.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 208 | 0.43 | 0.06 | 0 | 0.18 | 188.09 | 0.49 | 0.64 |
| Hex | 77 | C4 | D0 | 2B | 6 | 0 | 12 | BC | 31 | 40 |
| Octal | 167 | 304 | 320 | 53 | 6 | 0 | 22 | 274 | 61 | 100 |
| Binary | 1110111 | 11000100 | 11010000 | 101011 | 110 | 0 | 10010 | 10111100 | 110001 | 1000000 |
Color Harmonies of #77C4D0
Complementary color
Monochromatic Colors of #77C4D0
Black with #77C4D0
Text Example
Text Example
White with #77C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C4D0; }
p { color: rgb(119,196,208); }
H1.HeaderClassName
{
color: #77C4D0;
}
.AnyTagClassName
{
color: #77C4D0;
}
</style>
background-color css
<style>
a { background-color: #77C4D0; }
a { background-color: rgb(119,196,208); }
div.DivClassName
{
background-color: #77C4D0;
}
.BgClassName
{
background-color: #77C4D0;
}
</style>
border-color css
<style>
span { border-color: #77C4D0; }
span { border-color: rgb(119,196,208); }
td.TdClassName
{
border-color: #77C4D0;
}
.TagClassName
{
border-color: #77C4D0;
}
</style>