Shades of Monte Carlo #77C0AB
Tints of Monte Carlo #77C0AB
RGB
CMYK
RGB Variations
Color information
#77C0AB (or 0x77C0AB) is known color: Monte Carlo. HEX triplet: 77, C0 and AB. RGB value is (119,192,171). Sum of RGB (Red+Green+Blue) = 119+192+171=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0AB is #883F54. Grayscale: #A7A7A7. Windows color (decimal): -8929109 or 11255927. OLE color: 11255927.
HSL color Cylindrical-coordinate representation of color #77C0AB: hue angle of 162.74º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0AB is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 171 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.25 |
| HSL | 162.74º | 0.37% | 0.61% | - |
| HSV(B) | 162.74º | 0.38% | 0.75% | - |
| XYZ | 33.81 | 44.56 | 45.35 | - |
| YUV | 167.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 171 | 0.38 | 0 | 0.11 | 0.25 | 162.74 | 0.37 | 0.61 |
| Hex | 77 | C0 | AB | 26 | 0 | B | 19 | A3 | 25 | 3D |
| Octal | 167 | 300 | 253 | 46 | 0 | 13 | 31 | 243 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10101011 | 100110 | 0 | 1011 | 11001 | 10100011 | 100101 | 111101 |
Color Harmonies of #77C0AB
Complementary color
Monochromatic Colors of #77C0AB
Black with #77C0AB
Text Example
Text Example
White with #77C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0AB; }
p { color: rgb(119,192,171); }
H1.HeaderClassName
{
color: #77C0AB;
}
.AnyTagClassName
{
color: #77C0AB;
}
</style>
background-color css
<style>
a { background-color: #77C0AB; }
a { background-color: rgb(119,192,171); }
div.DivClassName
{
background-color: #77C0AB;
}
.BgClassName
{
background-color: #77C0AB;
}
</style>
border-color css
<style>
span { border-color: #77C0AB; }
span { border-color: rgb(119,192,171); }
td.TdClassName
{
border-color: #77C0AB;
}
.TagClassName
{
border-color: #77C0AB;
}
</style>