Shades of Spray #77CDDC
Tints of Spray #77CDDC
RGB
CMYK
RGB Variations
Color information
#77CDDC (or 0x77CDDC) is known color: Spray. HEX triplet: 77, CD and DC. RGB value is (119,205,220). Sum of RGB (Red+Green+Blue) = 119+205+220=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #77CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDDC is #883223. Grayscale: #B4B4B4. Windows color (decimal): -8925732 or 14470519. OLE color: 14470519.
HSL color Cylindrical-coordinate representation of color #77CDDC: hue angle of 188.91º 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 #77CDDC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 205 | 220 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.14 |
| HSL | 188.91º | 0.59% | 0.66% | - |
| HSV(B) | 188.91º | 0.46% | 0.86% | - |
| XYZ | 42.36 | 52.75 | 75.66 | - |
| YUV | 181 | 150.01 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 220 | 0.46 | 0.07 | 0 | 0.14 | 188.91 | 0.59 | 0.66 |
| Hex | 77 | CD | DC | 2E | 7 | 0 | E | BD | 3B | 42 |
| Octal | 167 | 315 | 334 | 56 | 7 | 0 | 16 | 275 | 73 | 102 |
| Binary | 1110111 | 11001101 | 11011100 | 101110 | 111 | 0 | 1110 | 10111101 | 111011 | 1000010 |
Color Harmonies of #77CDDC
Complementary color
Monochromatic Colors of #77CDDC
Black with #77CDDC
Text Example
Text Example
White with #77CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDDC; }
p { color: rgb(119,205,220); }
H1.HeaderClassName
{
color: #77CDDC;
}
.AnyTagClassName
{
color: #77CDDC;
}
</style>
background-color css
<style>
a { background-color: #77CDDC; }
a { background-color: rgb(119,205,220); }
div.DivClassName
{
background-color: #77CDDC;
}
.BgClassName
{
background-color: #77CDDC;
}
</style>
border-color css
<style>
span { border-color: #77CDDC; }
span { border-color: rgb(119,205,220); }
td.TdClassName
{
border-color: #77CDDC;
}
.TagClassName
{
border-color: #77CDDC;
}
</style>