Shades of Spray #77CBCE
Tints of Spray #77CBCE
RGB
CMYK
RGB Variations
Color information
#77CBCE (or 0x77CBCE) is known color: Spray. HEX triplet: 77, CB and CE. RGB value is (119,203,206). Sum of RGB (Red+Green+Blue) = 119+203+206=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #77CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBCE is #883431. Grayscale: #B2B2B2. Windows color (decimal): -8926258 or 13552503. OLE color: 13552503.
HSL color Cylindrical-coordinate representation of color #77CBCE: hue angle of 182.07º 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 #77CBCE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 203 | 206 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.19 |
| HSL | 182.07º | 0.47% | 0.64% | - |
| HSV(B) | 182.07º | 0.42% | 0.81% | - |
| XYZ | 40.1 | 51.09 | 66.14 | - |
| YUV | 178.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 206 | 0.42 | 0.01 | 0 | 0.19 | 182.07 | 0.47 | 0.64 |
| Hex | 77 | CB | CE | 2A | 1 | 0 | 13 | B6 | 2F | 40 |
| Octal | 167 | 313 | 316 | 52 | 1 | 0 | 23 | 266 | 57 | 100 |
| Binary | 1110111 | 11001011 | 11001110 | 101010 | 1 | 0 | 10011 | 10110110 | 101111 | 1000000 |
Color Harmonies of #77CBCE
Complementary color
Monochromatic Colors of #77CBCE
Black with #77CBCE
Text Example
Text Example
White with #77CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBCE; }
p { color: rgb(119,203,206); }
H1.HeaderClassName
{
color: #77CBCE;
}
.AnyTagClassName
{
color: #77CBCE;
}
</style>
background-color css
<style>
a { background-color: #77CBCE; }
a { background-color: rgb(119,203,206); }
div.DivClassName
{
background-color: #77CBCE;
}
.BgClassName
{
background-color: #77CBCE;
}
</style>
border-color css
<style>
span { border-color: #77CBCE; }
span { border-color: rgb(119,203,206); }
td.TdClassName
{
border-color: #77CBCE;
}
.TagClassName
{
border-color: #77CBCE;
}
</style>