Shades of Spray #77CCCE
Tints of Spray #77CCCE
RGB
CMYK
RGB Variations
Color information
#77CCCE (or 0x77CCCE) is known color: Spray. HEX triplet: 77, CC and CE. RGB value is (119,204,206). Sum of RGB (Red+Green+Blue) = 119+204+206=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #77CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCCE is #883331. Grayscale: #B2B2B2. Windows color (decimal): -8926002 or 13552759. OLE color: 13552759.
HSL color Cylindrical-coordinate representation of color #77CCCE: hue angle of 181.38º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCCE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 204 | 206 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.19 |
| HSL | 181.38º | 0.47% | 0.64% | - |
| HSV(B) | 181.38º | 0.42% | 0.81% | - |
| XYZ | 40.34 | 51.56 | 66.22 | - |
| YUV | 178.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 206 | 0.42 | 0.01 | 0 | 0.19 | 181.38 | 0.47 | 0.64 |
| Hex | 77 | CC | CE | 2A | 1 | 0 | 13 | B5 | 2F | 40 |
| Octal | 167 | 314 | 316 | 52 | 1 | 0 | 23 | 265 | 57 | 100 |
| Binary | 1110111 | 11001100 | 11001110 | 101010 | 1 | 0 | 10011 | 10110101 | 101111 | 1000000 |
Color Harmonies of #77CCCE
Complementary color
Monochromatic Colors of #77CCCE
Black with #77CCCE
Text Example
Text Example
White with #77CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCCE; }
p { color: rgb(119,204,206); }
H1.HeaderClassName
{
color: #77CCCE;
}
.AnyTagClassName
{
color: #77CCCE;
}
</style>
background-color css
<style>
a { background-color: #77CCCE; }
a { background-color: rgb(119,204,206); }
div.DivClassName
{
background-color: #77CCCE;
}
.BgClassName
{
background-color: #77CCCE;
}
</style>
border-color css
<style>
span { border-color: #77CCCE; }
span { border-color: rgb(119,204,206); }
td.TdClassName
{
border-color: #77CCCE;
}
.TagClassName
{
border-color: #77CCCE;
}
</style>