Shades of Spray #77C7DC
Tints of Spray #77C7DC
RGB
CMYK
RGB Variations
Color information
#77C7DC (or 0x77C7DC) is known color: Spray. HEX triplet: 77, C7 and DC. RGB value is (119,199,220). Sum of RGB (Red+Green+Blue) = 119+199+220=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #77C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C7DC is #883823. Grayscale: #B1B1B1. Windows color (decimal): -8927268 or 14468983. OLE color: 14468983.
HSL color Cylindrical-coordinate representation of color #77C7DC: hue angle of 192.48º 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 #77C7DC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 199 | 220 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.14 |
| HSL | 192.48º | 0.59% | 0.66% | - |
| HSV(B) | 192.48º | 0.46% | 0.86% | - |
| XYZ | 40.95 | 49.94 | 75.19 | - |
| YUV | 177.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 220 | 0.46 | 0.10 | 0 | 0.14 | 192.48 | 0.59 | 0.66 |
| Hex | 77 | C7 | DC | 2E | A | 0 | E | C0 | 3B | 42 |
| Octal | 167 | 307 | 334 | 56 | 12 | 0 | 16 | 300 | 73 | 102 |
| Binary | 1110111 | 11000111 | 11011100 | 101110 | 1010 | 0 | 1110 | 11000000 | 111011 | 1000010 |
Color Harmonies of #77C7DC
Complementary color
Monochromatic Colors of #77C7DC
Black with #77C7DC
Text Example
Text Example
White with #77C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C7DC; }
p { color: rgb(119,199,220); }
H1.HeaderClassName
{
color: #77C7DC;
}
.AnyTagClassName
{
color: #77C7DC;
}
</style>
background-color css
<style>
a { background-color: #77C7DC; }
a { background-color: rgb(119,199,220); }
div.DivClassName
{
background-color: #77C7DC;
}
.BgClassName
{
background-color: #77C7DC;
}
</style>
border-color css
<style>
span { border-color: #77C7DC; }
span { border-color: rgb(119,199,220); }
td.TdClassName
{
border-color: #77C7DC;
}
.TagClassName
{
border-color: #77C7DC;
}
</style>