Shades of Monte Carlo #77C9AC
Tints of Monte Carlo #77C9AC
RGB
CMYK
RGB Variations
Color information
#77C9AC (or 0x77C9AC) is known color: Monte Carlo. HEX triplet: 77, C9 and AC. RGB value is (119,201,172). Sum of RGB (Red+Green+Blue) = 119+201+172=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #77C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C9AC is #883653. Grayscale: #ADADAD. Windows color (decimal): -8926804 or 11323767. OLE color: 11323767.
HSL color Cylindrical-coordinate representation of color #77C9AC: hue angle of 158.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C9AC is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 172 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.21 |
| HSL | 158.78º | 0.43% | 0.63% | - |
| HSV(B) | 158.78º | 0.41% | 0.79% | - |
| XYZ | 35.94 | 48.67 | 46.53 | - |
| YUV | 173.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 172 | 0.41 | 0 | 0.14 | 0.21 | 158.78 | 0.43 | 0.63 |
| Hex | 77 | C9 | AC | 29 | 0 | E | 15 | 9F | 2B | 3F |
| Octal | 167 | 311 | 254 | 51 | 0 | 16 | 25 | 237 | 53 | 77 |
| Binary | 1110111 | 11001001 | 10101100 | 101001 | 0 | 1110 | 10101 | 10011111 | 101011 | 111111 |
Color Harmonies of #77C9AC
Complementary color
Monochromatic Colors of #77C9AC
Black with #77C9AC
Text Example
Text Example
White with #77C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C9AC; }
p { color: rgb(119,201,172); }
H1.HeaderClassName
{
color: #77C9AC;
}
.AnyTagClassName
{
color: #77C9AC;
}
</style>
background-color css
<style>
a { background-color: #77C9AC; }
a { background-color: rgb(119,201,172); }
div.DivClassName
{
background-color: #77C9AC;
}
.BgClassName
{
background-color: #77C9AC;
}
</style>
border-color css
<style>
span { border-color: #77C9AC; }
span { border-color: rgb(119,201,172); }
td.TdClassName
{
border-color: #77C9AC;
}
.TagClassName
{
border-color: #77C9AC;
}
</style>