Shades of Monte Carlo #77C4B9
Tints of Monte Carlo #77C4B9
RGB
CMYK
RGB Variations
Color information
#77C4B9 (or 0x77C4B9) is known color: Monte Carlo. HEX triplet: 77, C4 and B9. RGB value is (119,196,185). Sum of RGB (Red+Green+Blue) = 119+196+185=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #77C4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C4B9 is #883B46. Grayscale: #ABABAB. Windows color (decimal): -8928071 or 12174455. OLE color: 12174455.
HSL color Cylindrical-coordinate representation of color #77C4B9: hue angle of 171.43º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C4B9 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 185 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.23 |
| HSL | 171.43º | 0.39% | 0.62% | - |
| HSV(B) | 171.43º | 0.39% | 0.77% | - |
| XYZ | 36.1 | 46.9 | 53.05 | - |
| YUV | 171.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 185 | 0.39 | 0 | 0.06 | 0.23 | 171.43 | 0.39 | 0.62 |
| Hex | 77 | C4 | B9 | 27 | 0 | 6 | 17 | AB | 27 | 3E |
| Octal | 167 | 304 | 271 | 47 | 0 | 6 | 27 | 253 | 47 | 76 |
| Binary | 1110111 | 11000100 | 10111001 | 100111 | 0 | 110 | 10111 | 10101011 | 100111 | 111110 |
Color Harmonies of #77C4B9
Complementary color
Monochromatic Colors of #77C4B9
Black with #77C4B9
Text Example
Text Example
White with #77C4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C4B9; }
p { color: rgb(119,196,185); }
H1.HeaderClassName
{
color: #77C4B9;
}
.AnyTagClassName
{
color: #77C4B9;
}
</style>
background-color css
<style>
a { background-color: #77C4B9; }
a { background-color: rgb(119,196,185); }
div.DivClassName
{
background-color: #77C4B9;
}
.BgClassName
{
background-color: #77C4B9;
}
</style>
border-color css
<style>
span { border-color: #77C4B9; }
span { border-color: rgb(119,196,185); }
td.TdClassName
{
border-color: #77C4B9;
}
.TagClassName
{
border-color: #77C4B9;
}
</style>