Shades of Monte Carlo #77C0A9
Tints of Monte Carlo #77C0A9
RGB
CMYK
RGB Variations
Color information
#77C0A9 (or 0x77C0A9) is known color: Monte Carlo. HEX triplet: 77, C0 and A9. RGB value is (119,192,169). Sum of RGB (Red+Green+Blue) = 119+192+169=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A9 is #883F56. Grayscale: #A7A7A7. Windows color (decimal): -8929111 or 11124855. OLE color: 11124855.
HSL color Cylindrical-coordinate representation of color #77C0A9: hue angle of 161.1º 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 #77C0A9 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 169 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.25 |
| HSL | 161.1º | 0.37% | 0.61% | - |
| HSV(B) | 161.1º | 0.38% | 0.75% | - |
| XYZ | 33.62 | 44.49 | 44.35 | - |
| YUV | 167.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 169 | 0.38 | 0 | 0.12 | 0.25 | 161.1 | 0.37 | 0.61 |
| Hex | 77 | C0 | A9 | 26 | 0 | C | 19 | A1 | 25 | 3D |
| Octal | 167 | 300 | 251 | 46 | 0 | 14 | 31 | 241 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10101001 | 100110 | 0 | 1100 | 11001 | 10100001 | 100101 | 111101 |
Color Harmonies of #77C0A9
Complementary color
Monochromatic Colors of #77C0A9
Black with #77C0A9
Text Example
Text Example
White with #77C0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0A9; }
p { color: rgb(119,192,169); }
H1.HeaderClassName
{
color: #77C0A9;
}
.AnyTagClassName
{
color: #77C0A9;
}
</style>
background-color css
<style>
a { background-color: #77C0A9; }
a { background-color: rgb(119,192,169); }
div.DivClassName
{
background-color: #77C0A9;
}
.BgClassName
{
background-color: #77C0A9;
}
</style>
border-color css
<style>
span { border-color: #77C0A9; }
span { border-color: rgb(119,192,169); }
td.TdClassName
{
border-color: #77C0A9;
}
.TagClassName
{
border-color: #77C0A9;
}
</style>