Shades of Monte Carlo #77C0B5
Tints of Monte Carlo #77C0B5
RGB
CMYK
RGB Variations
Color information
#77C0B5 (or 0x77C0B5) is known color: Monte Carlo. HEX triplet: 77, C0 and B5. RGB value is (119,192,181). Sum of RGB (Red+Green+Blue) = 119+192+181=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0B5 is #883F4A. Grayscale: #A8A8A8. Windows color (decimal): -8929099 or 11911287. OLE color: 11911287.
HSL color Cylindrical-coordinate representation of color #77C0B5: hue angle of 170.96º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0B5 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 181 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.25 |
| HSL | 170.96º | 0.37% | 0.61% | - |
| HSV(B) | 170.96º | 0.38% | 0.75% | - |
| XYZ | 34.8 | 44.96 | 50.56 | - |
| YUV | 168.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 181 | 0.38 | 0 | 0.06 | 0.25 | 170.96 | 0.37 | 0.61 |
| Hex | 77 | C0 | B5 | 26 | 0 | 6 | 19 | AB | 25 | 3D |
| Octal | 167 | 300 | 265 | 46 | 0 | 6 | 31 | 253 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10110101 | 100110 | 0 | 110 | 11001 | 10101011 | 100101 | 111101 |
Color Harmonies of #77C0B5
Complementary color
Monochromatic Colors of #77C0B5
Black with #77C0B5
Text Example
Text Example
White with #77C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0B5; }
p { color: rgb(119,192,181); }
H1.HeaderClassName
{
color: #77C0B5;
}
.AnyTagClassName
{
color: #77C0B5;
}
</style>
background-color css
<style>
a { background-color: #77C0B5; }
a { background-color: rgb(119,192,181); }
div.DivClassName
{
background-color: #77C0B5;
}
.BgClassName
{
background-color: #77C0B5;
}
</style>
border-color css
<style>
span { border-color: #77C0B5; }
span { border-color: rgb(119,192,181); }
td.TdClassName
{
border-color: #77C0B5;
}
.TagClassName
{
border-color: #77C0B5;
}
</style>