Shades of Spray #77C5CD
Tints of Spray #77C5CD
RGB
CMYK
RGB Variations
Color information
#77C5CD (or 0x77C5CD) is known color: Spray. HEX triplet: 77, C5 and CD. RGB value is (119,197,205). Sum of RGB (Red+Green+Blue) = 119+197+205=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5CD is #883A32. Grayscale: #AEAEAE. Windows color (decimal): -8927795 or 13485431. OLE color: 13485431.
HSL color Cylindrical-coordinate representation of color #77C5CD: hue angle of 185.58º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C5CD is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 197 | 205 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.20 |
| HSL | 185.58º | 0.46% | 0.64% | - |
| HSV(B) | 185.58º | 0.42% | 0.8% | - |
| XYZ | 38.59 | 48.26 | 65.04 | - |
| YUV | 174.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 205 | 0.42 | 0.04 | 0 | 0.20 | 185.58 | 0.46 | 0.64 |
| Hex | 77 | C5 | CD | 2A | 4 | 0 | 14 | BA | 2E | 40 |
| Octal | 167 | 305 | 315 | 52 | 4 | 0 | 24 | 272 | 56 | 100 |
| Binary | 1110111 | 11000101 | 11001101 | 101010 | 100 | 0 | 10100 | 10111010 | 101110 | 1000000 |
Color Harmonies of #77C5CD
Complementary color
Monochromatic Colors of #77C5CD
Black with #77C5CD
Text Example
Text Example
White with #77C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5CD; }
p { color: rgb(119,197,205); }
H1.HeaderClassName
{
color: #77C5CD;
}
.AnyTagClassName
{
color: #77C5CD;
}
</style>
background-color css
<style>
a { background-color: #77C5CD; }
a { background-color: rgb(119,197,205); }
div.DivClassName
{
background-color: #77C5CD;
}
.BgClassName
{
background-color: #77C5CD;
}
</style>
border-color css
<style>
span { border-color: #77C5CD; }
span { border-color: rgb(119,197,205); }
td.TdClassName
{
border-color: #77C5CD;
}
.TagClassName
{
border-color: #77C5CD;
}
</style>