Shades of Spray #77CBD7
Tints of Spray #77CBD7
RGB
CMYK
RGB Variations
Color information
#77CBD7 (or 0x77CBD7) is known color: Spray. HEX triplet: 77, CB and D7. RGB value is (119,203,215). Sum of RGB (Red+Green+Blue) = 119+203+215=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #77CBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBD7 is #883428. Grayscale: #B3B3B3. Windows color (decimal): -8926249 or 14142327. OLE color: 14142327.
HSL color Cylindrical-coordinate representation of color #77CBD7: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CBD7 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 203 | 215 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.16 |
| HSL | 187.5º | 0.55% | 0.65% | - |
| HSV(B) | 187.5º | 0.45% | 0.84% | - |
| XYZ | 41.23 | 51.54 | 72.07 | - |
| YUV | 179.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 215 | 0.45 | 0.06 | 0 | 0.16 | 187.5 | 0.55 | 0.65 |
| Hex | 77 | CB | D7 | 2D | 6 | 0 | 10 | BC | 37 | 41 |
| Octal | 167 | 313 | 327 | 55 | 6 | 0 | 20 | 274 | 67 | 101 |
| Binary | 1110111 | 11001011 | 11010111 | 101101 | 110 | 0 | 10000 | 10111100 | 110111 | 1000001 |
Color Harmonies of #77CBD7
Complementary color
Monochromatic Colors of #77CBD7
Black with #77CBD7
Text Example
Text Example
White with #77CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBD7; }
p { color: rgb(119,203,215); }
H1.HeaderClassName
{
color: #77CBD7;
}
.AnyTagClassName
{
color: #77CBD7;
}
</style>
background-color css
<style>
a { background-color: #77CBD7; }
a { background-color: rgb(119,203,215); }
div.DivClassName
{
background-color: #77CBD7;
}
.BgClassName
{
background-color: #77CBD7;
}
</style>
border-color css
<style>
span { border-color: #77CBD7; }
span { border-color: rgb(119,203,215); }
td.TdClassName
{
border-color: #77CBD7;
}
.TagClassName
{
border-color: #77CBD7;
}
</style>