Shades of Spray #77D0DD
Tints of Spray #77D0DD
RGB
CMYK
RGB Variations
Color information
#77D0DD (or 0x77D0DD) is known color: Spray. HEX triplet: 77, D0 and DD. RGB value is (119,208,221). Sum of RGB (Red+Green+Blue) = 119+208+221=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #77D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D0DD is #882F22. Grayscale: #B6B6B6. Windows color (decimal): -8924963 or 14536823. OLE color: 14536823.
HSL color Cylindrical-coordinate representation of color #77D0DD: hue angle of 187.65º 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 #77D0DD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 208 | 221 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.13 |
| HSL | 187.65º | 0.6% | 0.67% | - |
| HSV(B) | 187.65º | 0.46% | 0.87% | - |
| XYZ | 43.21 | 54.25 | 76.6 | - |
| YUV | 182.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 221 | 0.46 | 0.06 | 0 | 0.13 | 187.65 | 0.6 | 0.67 |
| Hex | 77 | D0 | DD | 2E | 6 | 0 | D | BC | 3C | 43 |
| Octal | 167 | 320 | 335 | 56 | 6 | 0 | 15 | 274 | 74 | 103 |
| Binary | 1110111 | 11010000 | 11011101 | 101110 | 110 | 0 | 1101 | 10111100 | 111100 | 1000011 |
Color Harmonies of #77D0DD
Complementary color
Monochromatic Colors of #77D0DD
Black with #77D0DD
Text Example
Text Example
White with #77D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D0DD; }
p { color: rgb(119,208,221); }
H1.HeaderClassName
{
color: #77D0DD;
}
.AnyTagClassName
{
color: #77D0DD;
}
</style>
background-color css
<style>
a { background-color: #77D0DD; }
a { background-color: rgb(119,208,221); }
div.DivClassName
{
background-color: #77D0DD;
}
.BgClassName
{
background-color: #77D0DD;
}
</style>
border-color css
<style>
span { border-color: #77D0DD; }
span { border-color: rgb(119,208,221); }
td.TdClassName
{
border-color: #77D0DD;
}
.TagClassName
{
border-color: #77D0DD;
}
</style>