Shades of Spray #77D2D0
Tints of Spray #77D2D0
RGB
CMYK
RGB Variations
Color information
#77D2D0 (or 0x77D2D0) is known color: Spray. HEX triplet: 77, D2 and D0. RGB value is (119,210,208). Sum of RGB (Red+Green+Blue) = 119+210+208=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D2D0 is #882D2F. Grayscale: #B6B6B6. Windows color (decimal): -8924464 or 13685367. OLE color: 13685367.
HSL color Cylindrical-coordinate representation of color #77D2D0: hue angle of 178.68º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D2D0 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 210 | 208 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.18 |
| HSL | 178.68º | 0.5% | 0.65% | - |
| HSV(B) | 178.68º | 0.43% | 0.82% | - |
| XYZ | 42.04 | 54.57 | 67.99 | - |
| YUV | 182.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 208 | 0.43 | 0 | 0.01 | 0.18 | 178.68 | 0.5 | 0.65 |
| Hex | 77 | D2 | D0 | 2B | 0 | 1 | 12 | B3 | 32 | 41 |
| Octal | 167 | 322 | 320 | 53 | 0 | 1 | 22 | 263 | 62 | 101 |
| Binary | 1110111 | 11010010 | 11010000 | 101011 | 0 | 1 | 10010 | 10110011 | 110010 | 1000001 |
Color Harmonies of #77D2D0
Complementary color
Monochromatic Colors of #77D2D0
Black with #77D2D0
Text Example
Text Example
White with #77D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2D0; }
p { color: rgb(119,210,208); }
H1.HeaderClassName
{
color: #77D2D0;
}
.AnyTagClassName
{
color: #77D2D0;
}
</style>
background-color css
<style>
a { background-color: #77D2D0; }
a { background-color: rgb(119,210,208); }
div.DivClassName
{
background-color: #77D2D0;
}
.BgClassName
{
background-color: #77D2D0;
}
</style>
border-color css
<style>
span { border-color: #77D2D0; }
span { border-color: rgb(119,210,208); }
td.TdClassName
{
border-color: #77D2D0;
}
.TagClassName
{
border-color: #77D2D0;
}
</style>