Shades of Spray #77CFDC
Tints of Spray #77CFDC
RGB
CMYK
RGB Variations
Color information
#77CFDC (or 0x77CFDC) is known color: Spray. HEX triplet: 77, CF and DC. RGB value is (119,207,220). Sum of RGB (Red+Green+Blue) = 119+207+220=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #77CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDC is #883023. Grayscale: #B6B6B6. Windows color (decimal): -8925220 or 14471031. OLE color: 14471031.
HSL color Cylindrical-coordinate representation of color #77CFDC: hue angle of 187.72º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CFDC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 207 | 220 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.14 |
| HSL | 187.72º | 0.59% | 0.66% | - |
| HSV(B) | 187.72º | 0.46% | 0.86% | - |
| XYZ | 42.84 | 53.71 | 75.82 | - |
| YUV | 182.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 220 | 0.46 | 0.06 | 0 | 0.14 | 187.72 | 0.59 | 0.66 |
| Hex | 77 | CF | DC | 2E | 6 | 0 | E | BC | 3B | 42 |
| Octal | 167 | 317 | 334 | 56 | 6 | 0 | 16 | 274 | 73 | 102 |
| Binary | 1110111 | 11001111 | 11011100 | 101110 | 110 | 0 | 1110 | 10111100 | 111011 | 1000010 |
Color Harmonies of #77CFDC
Complementary color
Monochromatic Colors of #77CFDC
Black with #77CFDC
Text Example
Text Example
White with #77CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFDC; }
p { color: rgb(119,207,220); }
H1.HeaderClassName
{
color: #77CFDC;
}
.AnyTagClassName
{
color: #77CFDC;
}
</style>
background-color css
<style>
a { background-color: #77CFDC; }
a { background-color: rgb(119,207,220); }
div.DivClassName
{
background-color: #77CFDC;
}
.BgClassName
{
background-color: #77CFDC;
}
</style>
border-color css
<style>
span { border-color: #77CFDC; }
span { border-color: rgb(119,207,220); }
td.TdClassName
{
border-color: #77CFDC;
}
.TagClassName
{
border-color: #77CFDC;
}
</style>