Shades of Monte Carlo #77C2A8
Tints of Monte Carlo #77C2A8
RGB
CMYK
RGB Variations
Color information
#77C2A8 (or 0x77C2A8) is known color: Monte Carlo. HEX triplet: 77, C2 and A8. RGB value is (119,194,168). Sum of RGB (Red+Green+Blue) = 119+194+168=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2A8 is #883D57. Grayscale: #A8A8A8. Windows color (decimal): -8928600 or 11059831. OLE color: 11059831.
HSL color Cylindrical-coordinate representation of color #77C2A8: hue angle of 159.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C2A8 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 168 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.24 |
| HSL | 159.2º | 0.38% | 0.61% | - |
| HSV(B) | 159.2º | 0.39% | 0.76% | - |
| XYZ | 33.97 | 45.33 | 44.01 | - |
| YUV | 168.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 168 | 0.39 | 0 | 0.13 | 0.24 | 159.2 | 0.38 | 0.61 |
| Hex | 77 | C2 | A8 | 27 | 0 | D | 18 | 9F | 26 | 3D |
| Octal | 167 | 302 | 250 | 47 | 0 | 15 | 30 | 237 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10101000 | 100111 | 0 | 1101 | 11000 | 10011111 | 100110 | 111101 |
Color Harmonies of #77C2A8
Complementary color
Monochromatic Colors of #77C2A8
Black with #77C2A8
Text Example
Text Example
White with #77C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2A8; }
p { color: rgb(119,194,168); }
H1.HeaderClassName
{
color: #77C2A8;
}
.AnyTagClassName
{
color: #77C2A8;
}
</style>
background-color css
<style>
a { background-color: #77C2A8; }
a { background-color: rgb(119,194,168); }
div.DivClassName
{
background-color: #77C2A8;
}
.BgClassName
{
background-color: #77C2A8;
}
</style>
border-color css
<style>
span { border-color: #77C2A8; }
span { border-color: rgb(119,194,168); }
td.TdClassName
{
border-color: #77C2A8;
}
.TagClassName
{
border-color: #77C2A8;
}
</style>