Shades of Spray #77CFDD
Tints of Spray #77CFDD
RGB
CMYK
RGB Variations
Color information
#77CFDD (or 0x77CFDD) is known color: Spray. HEX triplet: 77, CF and DD. RGB value is (119,207,221). Sum of RGB (Red+Green+Blue) = 119+207+221=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #77CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDD is #883022. Grayscale: #B6B6B6. Windows color (decimal): -8925219 or 14536567. OLE color: 14536567.
HSL color Cylindrical-coordinate representation of color #77CFDD: hue angle of 188.24º 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 #77CFDD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 207 | 221 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.13 |
| HSL | 188.24º | 0.6% | 0.67% | - |
| HSV(B) | 188.24º | 0.46% | 0.87% | - |
| XYZ | 42.97 | 53.77 | 76.52 | - |
| YUV | 182.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 221 | 0.46 | 0.06 | 0 | 0.13 | 188.24 | 0.6 | 0.67 |
| Hex | 77 | CF | DD | 2E | 6 | 0 | D | BC | 3C | 43 |
| Octal | 167 | 317 | 335 | 56 | 6 | 0 | 15 | 274 | 74 | 103 |
| Binary | 1110111 | 11001111 | 11011101 | 101110 | 110 | 0 | 1101 | 10111100 | 111100 | 1000011 |
Color Harmonies of #77CFDD
Complementary color
Monochromatic Colors of #77CFDD
Black with #77CFDD
Text Example
Text Example
White with #77CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFDD; }
p { color: rgb(119,207,221); }
H1.HeaderClassName
{
color: #77CFDD;
}
.AnyTagClassName
{
color: #77CFDD;
}
</style>
background-color css
<style>
a { background-color: #77CFDD; }
a { background-color: rgb(119,207,221); }
div.DivClassName
{
background-color: #77CFDD;
}
.BgClassName
{
background-color: #77CFDD;
}
</style>
border-color css
<style>
span { border-color: #77CFDD; }
span { border-color: rgb(119,207,221); }
td.TdClassName
{
border-color: #77CFDD;
}
.TagClassName
{
border-color: #77CFDD;
}
</style>