Shades of Monte Carlo #77CDAF
Tints of Monte Carlo #77CDAF
RGB
CMYK
RGB Variations
Color information
#77CDAF (or 0x77CDAF) is known color: Monte Carlo. HEX triplet: 77, CD and AF. RGB value is (119,205,175). Sum of RGB (Red+Green+Blue) = 119+205+175=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDAF is #883250. Grayscale: #AFAFAF. Windows color (decimal): -8925777 or 11521399. OLE color: 11521399.
HSL color Cylindrical-coordinate representation of color #77CDAF: hue angle of 159.07º 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 #77CDAF is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 175 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.20 |
| HSL | 159.07º | 0.46% | 0.64% | - |
| HSV(B) | 159.07º | 0.42% | 0.8% | - |
| XYZ | 37.18 | 50.68 | 48.38 | - |
| YUV | 175.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 175 | 0.42 | 0 | 0.15 | 0.20 | 159.07 | 0.46 | 0.64 |
| Hex | 77 | CD | AF | 2A | 0 | F | 14 | 9F | 2E | 40 |
| Octal | 167 | 315 | 257 | 52 | 0 | 17 | 24 | 237 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10101111 | 101010 | 0 | 1111 | 10100 | 10011111 | 101110 | 1000000 |
Color Harmonies of #77CDAF
Complementary color
Monochromatic Colors of #77CDAF
Black with #77CDAF
Text Example
Text Example
White with #77CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDAF; }
p { color: rgb(119,205,175); }
H1.HeaderClassName
{
color: #77CDAF;
}
.AnyTagClassName
{
color: #77CDAF;
}
</style>
background-color css
<style>
a { background-color: #77CDAF; }
a { background-color: rgb(119,205,175); }
div.DivClassName
{
background-color: #77CDAF;
}
.BgClassName
{
background-color: #77CDAF;
}
</style>
border-color css
<style>
span { border-color: #77CDAF; }
span { border-color: rgb(119,205,175); }
td.TdClassName
{
border-color: #77CDAF;
}
.TagClassName
{
border-color: #77CDAF;
}
</style>