Shades of Spray #77C5DB
Tints of Spray #77C5DB
RGB
CMYK
RGB Variations
Color information
#77C5DB (or 0x77C5DB) is known color: Spray. HEX triplet: 77, C5 and DB. RGB value is (119,197,219). Sum of RGB (Red+Green+Blue) = 119+197+219=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #77C5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5DB is #883A24. Grayscale: #B0B0B0. Windows color (decimal): -8927781 or 14402935. OLE color: 14402935.
HSL color Cylindrical-coordinate representation of color #77C5DB: hue angle of 193.2º degrees, saturation: 0.58, 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 #77C5DB is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 197 | 219 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.14 |
| HSL | 193.2º | 0.58% | 0.66% | - |
| HSV(B) | 193.2º | 0.46% | 0.86% | - |
| XYZ | 40.36 | 48.97 | 74.34 | - |
| YUV | 176.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 219 | 0.46 | 0.10 | 0 | 0.14 | 193.2 | 0.58 | 0.66 |
| Hex | 77 | C5 | DB | 2E | A | 0 | E | C1 | 3A | 42 |
| Octal | 167 | 305 | 333 | 56 | 12 | 0 | 16 | 301 | 72 | 102 |
| Binary | 1110111 | 11000101 | 11011011 | 101110 | 1010 | 0 | 1110 | 11000001 | 111010 | 1000010 |
Color Harmonies of #77C5DB
Complementary color
Monochromatic Colors of #77C5DB
Black with #77C5DB
Text Example
Text Example
White with #77C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5DB; }
p { color: rgb(119,197,219); }
H1.HeaderClassName
{
color: #77C5DB;
}
.AnyTagClassName
{
color: #77C5DB;
}
</style>
background-color css
<style>
a { background-color: #77C5DB; }
a { background-color: rgb(119,197,219); }
div.DivClassName
{
background-color: #77C5DB;
}
.BgClassName
{
background-color: #77C5DB;
}
</style>
border-color css
<style>
span { border-color: #77C5DB; }
span { border-color: rgb(119,197,219); }
td.TdClassName
{
border-color: #77C5DB;
}
.TagClassName
{
border-color: #77C5DB;
}
</style>