Shades of Spray #77CCDD
Tints of Spray #77CCDD
RGB
CMYK
RGB Variations
Color information
#77CCDD (or 0x77CCDD) is known color: Spray. HEX triplet: 77, CC and DD. RGB value is (119,204,221). Sum of RGB (Red+Green+Blue) = 119+204+221=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #77CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDD is #883322. Grayscale: #B4B4B4. Windows color (decimal): -8925987 or 14535799. OLE color: 14535799.
HSL color Cylindrical-coordinate representation of color #77CCDD: hue angle of 190º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CCDD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 204 | 221 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.13 |
| HSL | 190º | 0.6% | 0.67% | - |
| HSV(B) | 190º | 0.46% | 0.87% | - |
| XYZ | 42.25 | 52.33 | 76.28 | - |
| YUV | 180.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 221 | 0.46 | 0.08 | 0 | 0.13 | 190 | 0.6 | 0.67 |
| Hex | 77 | CC | DD | 2E | 8 | 0 | D | BE | 3C | 43 |
| Octal | 167 | 314 | 335 | 56 | 10 | 0 | 15 | 276 | 74 | 103 |
| Binary | 1110111 | 11001100 | 11011101 | 101110 | 1000 | 0 | 1101 | 10111110 | 111100 | 1000011 |
Color Harmonies of #77CCDD
Complementary color
Monochromatic Colors of #77CCDD
Black with #77CCDD
Text Example
Text Example
White with #77CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCDD; }
p { color: rgb(119,204,221); }
H1.HeaderClassName
{
color: #77CCDD;
}
.AnyTagClassName
{
color: #77CCDD;
}
</style>
background-color css
<style>
a { background-color: #77CCDD; }
a { background-color: rgb(119,204,221); }
div.DivClassName
{
background-color: #77CCDD;
}
.BgClassName
{
background-color: #77CCDD;
}
</style>
border-color css
<style>
span { border-color: #77CCDD; }
span { border-color: rgb(119,204,221); }
td.TdClassName
{
border-color: #77CCDD;
}
.TagClassName
{
border-color: #77CCDD;
}
</style>