Shades of Spray #77CDDF
Tints of Spray #77CDDF
RGB
CMYK
RGB Variations
Color information
#77CDDF (or 0x77CDDF) is known color: Spray. HEX triplet: 77, CD and DF. RGB value is (119,205,223). Sum of RGB (Red+Green+Blue) = 119+205+223=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #77CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDDF is #883220. Grayscale: #B5B5B5. Windows color (decimal): -8925729 or 14667127. OLE color: 14667127.
HSL color Cylindrical-coordinate representation of color #77CDDF: hue angle of 190.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CDDF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 205 | 223 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.13 |
| HSL | 190.38º | 0.62% | 0.67% | - |
| HSV(B) | 190.38º | 0.47% | 0.87% | - |
| XYZ | 42.76 | 52.91 | 77.77 | - |
| YUV | 181.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 223 | 0.47 | 0.08 | 0 | 0.13 | 190.38 | 0.62 | 0.67 |
| Hex | 77 | CD | DF | 2F | 8 | 0 | D | BE | 3E | 43 |
| Octal | 167 | 315 | 337 | 57 | 10 | 0 | 15 | 276 | 76 | 103 |
| Binary | 1110111 | 11001101 | 11011111 | 101111 | 1000 | 0 | 1101 | 10111110 | 111110 | 1000011 |
Color Harmonies of #77CDDF
Complementary color
Monochromatic Colors of #77CDDF
Black with #77CDDF
Text Example
Text Example
White with #77CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDDF; }
p { color: rgb(119,205,223); }
H1.HeaderClassName
{
color: #77CDDF;
}
.AnyTagClassName
{
color: #77CDDF;
}
</style>
background-color css
<style>
a { background-color: #77CDDF; }
a { background-color: rgb(119,205,223); }
div.DivClassName
{
background-color: #77CDDF;
}
.BgClassName
{
background-color: #77CDDF;
}
</style>
border-color css
<style>
span { border-color: #77CDDF; }
span { border-color: rgb(119,205,223); }
td.TdClassName
{
border-color: #77CDDF;
}
.TagClassName
{
border-color: #77CDDF;
}
</style>