Shades of Monte Carlo #77C7AC
Tints of Monte Carlo #77C7AC
RGB
CMYK
RGB Variations
Color information
#77C7AC (or 0x77C7AC) is known color: Monte Carlo. HEX triplet: 77, C7 and AC. RGB value is (119,199,172). Sum of RGB (Red+Green+Blue) = 119+199+172=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #77C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C7AC is #883853. Grayscale: #ACACAC. Windows color (decimal): -8927316 or 11323255. OLE color: 11323255.
HSL color Cylindrical-coordinate representation of color #77C7AC: hue angle of 159.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C7AC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 172 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.22 |
| HSL | 159.75º | 0.42% | 0.62% | - |
| HSV(B) | 159.75º | 0.4% | 0.78% | - |
| XYZ | 35.48 | 47.75 | 46.38 | - |
| YUV | 172 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 172 | 0.40 | 0 | 0.14 | 0.22 | 159.75 | 0.42 | 0.62 |
| Hex | 77 | C7 | AC | 28 | 0 | E | 16 | A0 | 2A | 3E |
| Octal | 167 | 307 | 254 | 50 | 0 | 16 | 26 | 240 | 52 | 76 |
| Binary | 1110111 | 11000111 | 10101100 | 101000 | 0 | 1110 | 10110 | 10100000 | 101010 | 111110 |
Color Harmonies of #77C7AC
Complementary color
Monochromatic Colors of #77C7AC
Black with #77C7AC
Text Example
Text Example
White with #77C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C7AC; }
p { color: rgb(119,199,172); }
H1.HeaderClassName
{
color: #77C7AC;
}
.AnyTagClassName
{
color: #77C7AC;
}
</style>
background-color css
<style>
a { background-color: #77C7AC; }
a { background-color: rgb(119,199,172); }
div.DivClassName
{
background-color: #77C7AC;
}
.BgClassName
{
background-color: #77C7AC;
}
</style>
border-color css
<style>
span { border-color: #77C7AC; }
span { border-color: rgb(119,199,172); }
td.TdClassName
{
border-color: #77C7AC;
}
.TagClassName
{
border-color: #77C7AC;
}
</style>