Shades of Spray #77C2DD
Tints of Spray #77C2DD
RGB
CMYK
RGB Variations
Color information
#77C2DD (or 0x77C2DD) is known color: Spray. HEX triplet: 77, C2 and DD. RGB value is (119,194,221). Sum of RGB (Red+Green+Blue) = 119+194+221=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #77C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2DD is #883D22. Grayscale: #AEAEAE. Windows color (decimal): -8928547 or 14533239. OLE color: 14533239.
HSL color Cylindrical-coordinate representation of color #77C2DD: hue angle of 195.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C2DD is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 194 | 221 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.13 |
| HSL | 195.88º | 0.6% | 0.67% | - |
| HSV(B) | 195.88º | 0.46% | 0.87% | - |
| XYZ | 39.95 | 47.73 | 75.51 | - |
| YUV | 174.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 221 | 0.46 | 0.12 | 0 | 0.13 | 195.88 | 0.6 | 0.67 |
| Hex | 77 | C2 | DD | 2E | C | 0 | D | C4 | 3C | 43 |
| Octal | 167 | 302 | 335 | 56 | 14 | 0 | 15 | 304 | 74 | 103 |
| Binary | 1110111 | 11000010 | 11011101 | 101110 | 1100 | 0 | 1101 | 11000100 | 111100 | 1000011 |
Color Harmonies of #77C2DD
Complementary color
Monochromatic Colors of #77C2DD
Black with #77C2DD
Text Example
Text Example
White with #77C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2DD; }
p { color: rgb(119,194,221); }
H1.HeaderClassName
{
color: #77C2DD;
}
.AnyTagClassName
{
color: #77C2DD;
}
</style>
background-color css
<style>
a { background-color: #77C2DD; }
a { background-color: rgb(119,194,221); }
div.DivClassName
{
background-color: #77C2DD;
}
.BgClassName
{
background-color: #77C2DD;
}
</style>
border-color css
<style>
span { border-color: #77C2DD; }
span { border-color: rgb(119,194,221); }
td.TdClassName
{
border-color: #77C2DD;
}
.TagClassName
{
border-color: #77C2DD;
}
</style>