Shades of Monte Carlo #77C2B7
Tints of Monte Carlo #77C2B7
RGB
CMYK
RGB Variations
Color information
#77C2B7 (or 0x77C2B7) is known color: Monte Carlo. HEX triplet: 77, C2 and B7. RGB value is (119,194,183). Sum of RGB (Red+Green+Blue) = 119+194+183=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2B7 is #883D48. Grayscale: #AAAAAA. Windows color (decimal): -8928585 or 12042871. OLE color: 12042871.
HSL color Cylindrical-coordinate representation of color #77C2B7: hue angle of 171.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 #77C2B7 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 183 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.24 |
| HSL | 171.2º | 0.38% | 0.61% | - |
| HSV(B) | 171.2º | 0.39% | 0.76% | - |
| XYZ | 35.45 | 45.92 | 51.8 | - |
| YUV | 170.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 183 | 0.39 | 0 | 0.06 | 0.24 | 171.2 | 0.38 | 0.61 |
| Hex | 77 | C2 | B7 | 27 | 0 | 6 | 18 | AB | 26 | 3D |
| Octal | 167 | 302 | 267 | 47 | 0 | 6 | 30 | 253 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10110111 | 100111 | 0 | 110 | 11000 | 10101011 | 100110 | 111101 |
Color Harmonies of #77C2B7
Complementary color
Monochromatic Colors of #77C2B7
Black with #77C2B7
Text Example
Text Example
White with #77C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2B7; }
p { color: rgb(119,194,183); }
H1.HeaderClassName
{
color: #77C2B7;
}
.AnyTagClassName
{
color: #77C2B7;
}
</style>
background-color css
<style>
a { background-color: #77C2B7; }
a { background-color: rgb(119,194,183); }
div.DivClassName
{
background-color: #77C2B7;
}
.BgClassName
{
background-color: #77C2B7;
}
</style>
border-color css
<style>
span { border-color: #77C2B7; }
span { border-color: rgb(119,194,183); }
td.TdClassName
{
border-color: #77C2B7;
}
.TagClassName
{
border-color: #77C2B7;
}
</style>