Shades of Spray #77C6DC
Tints of Spray #77C6DC
RGB
CMYK
RGB Variations
Color information
#77C6DC (or 0x77C6DC) is known color: Spray. HEX triplet: 77, C6 and DC. RGB value is (119,198,220). Sum of RGB (Red+Green+Blue) = 119+198+220=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #77C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6DC is #883923. Grayscale: #B0B0B0. Windows color (decimal): -8927524 or 14468727. OLE color: 14468727.
HSL color Cylindrical-coordinate representation of color #77C6DC: hue angle of 193.07º 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 #77C6DC is Cyan = 0.46, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 198 | 220 | - |
| CMYK | 0.46 | 0.1 | 0 | 0.14 |
| HSL | 193.07º | 0.59% | 0.66% | - |
| HSV(B) | 193.07º | 0.46% | 0.86% | - |
| XYZ | 40.72 | 49.48 | 75.11 | - |
| YUV | 176.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 198 | 220 | 0.46 | 0.1 | 0 | 0.14 | 193.07 | 0.59 | 0.66 |
| Hex | 77 | C6 | DC | 2E | A | 0 | E | C1 | 3B | 42 |
| Octal | 167 | 306 | 334 | 56 | 12 | 0 | 16 | 301 | 73 | 102 |
| Binary | 1110111 | 11000110 | 11011100 | 101110 | 1010 | 0 | 1110 | 11000001 | 111011 | 1000010 |
Color Harmonies of #77C6DC
Complementary color
Monochromatic Colors of #77C6DC
Black with #77C6DC
Text Example
Text Example
White with #77C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C6DC; }
p { color: rgb(119,198,220); }
H1.HeaderClassName
{
color: #77C6DC;
}
.AnyTagClassName
{
color: #77C6DC;
}
</style>
background-color css
<style>
a { background-color: #77C6DC; }
a { background-color: rgb(119,198,220); }
div.DivClassName
{
background-color: #77C6DC;
}
.BgClassName
{
background-color: #77C6DC;
}
</style>
border-color css
<style>
span { border-color: #77C6DC; }
span { border-color: rgb(119,198,220); }
td.TdClassName
{
border-color: #77C6DC;
}
.TagClassName
{
border-color: #77C6DC;
}
</style>