Shades of Spray #77CDDA
Tints of Spray #77CDDA
RGB
CMYK
RGB Variations
Color information
#77CDDA (or 0x77CDDA) is known color: Spray. HEX triplet: 77, CD and DA. RGB value is (119,205,218). Sum of RGB (Red+Green+Blue) = 119+205+218=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDDA is #883225. Grayscale: #B4B4B4. Windows color (decimal): -8925734 or 14339447. OLE color: 14339447.
HSL color Cylindrical-coordinate representation of color #77CDDA: hue angle of 187.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CDDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 205 | 218 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.15 |
| HSL | 187.88º | 0.57% | 0.66% | - |
| HSV(B) | 187.88º | 0.45% | 0.85% | - |
| XYZ | 42.09 | 52.65 | 74.27 | - |
| YUV | 180.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 218 | 0.45 | 0.06 | 0 | 0.15 | 187.88 | 0.57 | 0.66 |
| Hex | 77 | CD | DA | 2D | 6 | 0 | F | BC | 39 | 42 |
| Octal | 167 | 315 | 332 | 55 | 6 | 0 | 17 | 274 | 71 | 102 |
| Binary | 1110111 | 11001101 | 11011010 | 101101 | 110 | 0 | 1111 | 10111100 | 111001 | 1000010 |
Color Harmonies of #77CDDA
Complementary color
Monochromatic Colors of #77CDDA
Black with #77CDDA
Text Example
Text Example
White with #77CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDDA; }
p { color: rgb(119,205,218); }
H1.HeaderClassName
{
color: #77CDDA;
}
.AnyTagClassName
{
color: #77CDDA;
}
</style>
background-color css
<style>
a { background-color: #77CDDA; }
a { background-color: rgb(119,205,218); }
div.DivClassName
{
background-color: #77CDDA;
}
.BgClassName
{
background-color: #77CDDA;
}
</style>
border-color css
<style>
span { border-color: #77CDDA; }
span { border-color: rgb(119,205,218); }
td.TdClassName
{
border-color: #77CDDA;
}
.TagClassName
{
border-color: #77CDDA;
}
</style>