Shades of Monte Carlo #77CCAF
Tints of Monte Carlo #77CCAF
RGB
CMYK
RGB Variations
Color information
#77CCAF (or 0x77CCAF) is known color: Monte Carlo. HEX triplet: 77, CC and AF. RGB value is (119,204,175). Sum of RGB (Red+Green+Blue) = 119+204+175=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CCAF is #883350. Grayscale: #AFAFAF. Windows color (decimal): -8926033 or 11521143. OLE color: 11521143.
HSL color Cylindrical-coordinate representation of color #77CCAF: hue angle of 159.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCAF is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 175 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.2 |
| HSL | 159.53º | 0.45% | 0.63% | - |
| HSV(B) | 159.53º | 0.42% | 0.8% | - |
| XYZ | 36.94 | 50.2 | 48.3 | - |
| YUV | 175.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 175 | 0.42 | 0 | 0.14 | 0.2 | 159.53 | 0.45 | 0.63 |
| Hex | 77 | CC | AF | 2A | 0 | E | 14 | A0 | 2D | 3F |
| Octal | 167 | 314 | 257 | 52 | 0 | 16 | 24 | 240 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10101111 | 101010 | 0 | 1110 | 10100 | 10100000 | 101101 | 111111 |
Color Harmonies of #77CCAF
Complementary color
Monochromatic Colors of #77CCAF
Black with #77CCAF
Text Example
Text Example
White with #77CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCAF; }
p { color: rgb(119,204,175); }
H1.HeaderClassName
{
color: #77CCAF;
}
.AnyTagClassName
{
color: #77CCAF;
}
</style>
background-color css
<style>
a { background-color: #77CCAF; }
a { background-color: rgb(119,204,175); }
div.DivClassName
{
background-color: #77CCAF;
}
.BgClassName
{
background-color: #77CCAF;
}
</style>
border-color css
<style>
span { border-color: #77CCAF; }
span { border-color: rgb(119,204,175); }
td.TdClassName
{
border-color: #77CCAF;
}
.TagClassName
{
border-color: #77CCAF;
}
</style>