Shades of Spray #77D6DD
Tints of Spray #77D6DD
RGB
CMYK
RGB Variations
Color information
#77D6DD (or 0x77D6DD) is known color: Spray. HEX triplet: 77, D6 and DD. RGB value is (119,214,221). Sum of RGB (Red+Green+Blue) = 119+214+221=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #77D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D6DD is #882922. Grayscale: #BABABA. Windows color (decimal): -8923427 or 14538359. OLE color: 14538359.
HSL color Cylindrical-coordinate representation of color #77D6DD: hue angle of 184.12º 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 #77D6DD is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 214 | 221 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.13 |
| HSL | 184.12º | 0.6% | 0.67% | - |
| HSV(B) | 184.12º | 0.46% | 0.87% | - |
| XYZ | 44.71 | 57.24 | 77.1 | - |
| YUV | 186.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 214 | 221 | 0.46 | 0.03 | 0 | 0.13 | 184.12 | 0.6 | 0.67 |
| Hex | 77 | D6 | DD | 2E | 3 | 0 | D | B8 | 3C | 43 |
| Octal | 167 | 326 | 335 | 56 | 3 | 0 | 15 | 270 | 74 | 103 |
| Binary | 1110111 | 11010110 | 11011101 | 101110 | 11 | 0 | 1101 | 10111000 | 111100 | 1000011 |
Color Harmonies of #77D6DD
Complementary color
Monochromatic Colors of #77D6DD
Black with #77D6DD
Text Example
Text Example
White with #77D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D6DD; }
p { color: rgb(119,214,221); }
H1.HeaderClassName
{
color: #77D6DD;
}
.AnyTagClassName
{
color: #77D6DD;
}
</style>
background-color css
<style>
a { background-color: #77D6DD; }
a { background-color: rgb(119,214,221); }
div.DivClassName
{
background-color: #77D6DD;
}
.BgClassName
{
background-color: #77D6DD;
}
</style>
border-color css
<style>
span { border-color: #77D6DD; }
span { border-color: rgb(119,214,221); }
td.TdClassName
{
border-color: #77D6DD;
}
.TagClassName
{
border-color: #77D6DD;
}
</style>