Shades of Spray #76CBCD
Tints of Spray #76CBCD
RGB
CMYK
RGB Variations
Color information
#76CBCD (or 0x76CBCD) is known color: Spray. HEX triplet: 76, CB and CD. RGB value is (118,203,205). Sum of RGB (Red+Green+Blue) = 118+203+205=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #76CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBCD is #893432. Grayscale: #B1B1B1. Windows color (decimal): -8991795 or 13486966. OLE color: 13486966.
HSL color Cylindrical-coordinate representation of color #76CBCD: hue angle of 181.38º degrees, saturation: 0.47, 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 #76CBCD is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 205 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.20 |
| HSL | 181.38º | 0.47% | 0.63% | - |
| HSV(B) | 181.38º | 0.42% | 0.8% | - |
| XYZ | 39.85 | 50.97 | 65.5 | - |
| YUV | 177.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 205 | 0.42 | 0.01 | 0 | 0.20 | 181.38 | 0.47 | 0.63 |
| Hex | 76 | CB | CD | 2A | 1 | 0 | 14 | B5 | 2F | 3F |
| Octal | 166 | 313 | 315 | 52 | 1 | 0 | 24 | 265 | 57 | 77 |
| Binary | 1110110 | 11001011 | 11001101 | 101010 | 1 | 0 | 10100 | 10110101 | 101111 | 111111 |
Color Harmonies of #76CBCD
Complementary color
Monochromatic Colors of #76CBCD
Black with #76CBCD
Text Example
Text Example
White with #76CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CBCD; }
p { color: rgb(118,203,205); }
H1.HeaderClassName
{
color: #76CBCD;
}
.AnyTagClassName
{
color: #76CBCD;
}
</style>
background-color css
<style>
a { background-color: #76CBCD; }
a { background-color: rgb(118,203,205); }
div.DivClassName
{
background-color: #76CBCD;
}
.BgClassName
{
background-color: #76CBCD;
}
</style>
border-color css
<style>
span { border-color: #76CBCD; }
span { border-color: rgb(118,203,205); }
td.TdClassName
{
border-color: #76CBCD;
}
.TagClassName
{
border-color: #76CBCD;
}
</style>