Shades of Monte Carlo #77C8AC
Tints of Monte Carlo #77C8AC
RGB
CMYK
RGB Variations
Color information
#77C8AC (or 0x77C8AC) is known color: Monte Carlo. HEX triplet: 77, C8 and AC. RGB value is (119,200,172). Sum of RGB (Red+Green+Blue) = 119+200+172=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #77C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C8AC is #883753. Grayscale: #ACACAC. Windows color (decimal): -8927060 or 11323511. OLE color: 11323511.
HSL color Cylindrical-coordinate representation of color #77C8AC: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C8AC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 172 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.22 |
| HSL | 159.26º | 0.42% | 0.63% | - |
| HSV(B) | 159.26º | 0.41% | 0.78% | - |
| XYZ | 35.71 | 48.21 | 46.45 | - |
| YUV | 172.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 172 | 0.40 | 0 | 0.14 | 0.22 | 159.26 | 0.42 | 0.63 |
| Hex | 77 | C8 | AC | 28 | 0 | E | 16 | 9F | 2A | 3F |
| Octal | 167 | 310 | 254 | 50 | 0 | 16 | 26 | 237 | 52 | 77 |
| Binary | 1110111 | 11001000 | 10101100 | 101000 | 0 | 1110 | 10110 | 10011111 | 101010 | 111111 |
Color Harmonies of #77C8AC
Complementary color
Monochromatic Colors of #77C8AC
Black with #77C8AC
Text Example
Text Example
White with #77C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C8AC; }
p { color: rgb(119,200,172); }
H1.HeaderClassName
{
color: #77C8AC;
}
.AnyTagClassName
{
color: #77C8AC;
}
</style>
background-color css
<style>
a { background-color: #77C8AC; }
a { background-color: rgb(119,200,172); }
div.DivClassName
{
background-color: #77C8AC;
}
.BgClassName
{
background-color: #77C8AC;
}
</style>
border-color css
<style>
span { border-color: #77C8AC; }
span { border-color: rgb(119,200,172); }
td.TdClassName
{
border-color: #77C8AC;
}
.TagClassName
{
border-color: #77C8AC;
}
</style>