Shades of Spray #77CCCC
Tints of Spray #77CCCC
RGB
CMYK
RGB Variations
Color information
#77CCCC (or 0x77CCCC) is known color: Spray. HEX triplet: 77, CC and CC. RGB value is (119,204,204). Sum of RGB (Red+Green+Blue) = 119+204+204=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #77CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCCC is #883333. Grayscale: #B2B2B2. Windows color (decimal): -8926004 or 13421687. OLE color: 13421687.
HSL color Cylindrical-coordinate representation of color #77CCCC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCCC is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 204 | - |
| CMYK | 0.42 | 0 | 0 | 0.2 |
| HSL | 180º | 0.45% | 0.63% | - |
| HSV(B) | 180º | 0.42% | 0.8% | - |
| XYZ | 40.1 | 51.47 | 64.95 | - |
| YUV | 178.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 204 | 0.42 | 0 | 0 | 0.2 | 180 | 0.45 | 0.63 |
| Hex | 77 | CC | CC | 2A | 0 | 0 | 14 | B4 | 2D | 3F |
| Octal | 167 | 314 | 314 | 52 | 0 | 0 | 24 | 264 | 55 | 77 |
| Binary | 1110111 | 11001100 | 11001100 | 101010 | 0 | 0 | 10100 | 10110100 | 101101 | 111111 |
Color Harmonies of #77CCCC
Complementary color
Monochromatic Colors of #77CCCC
Black with #77CCCC
Text Example
Text Example
White with #77CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCCC; }
p { color: rgb(119,204,204); }
H1.HeaderClassName
{
color: #77CCCC;
}
.AnyTagClassName
{
color: #77CCCC;
}
</style>
background-color css
<style>
a { background-color: #77CCCC; }
a { background-color: rgb(119,204,204); }
div.DivClassName
{
background-color: #77CCCC;
}
.BgClassName
{
background-color: #77CCCC;
}
</style>
border-color css
<style>
span { border-color: #77CCCC; }
span { border-color: rgb(119,204,204); }
td.TdClassName
{
border-color: #77CCCC;
}
.TagClassName
{
border-color: #77CCCC;
}
</style>