Shades of Monte Carlo #76C7B0
Tints of Monte Carlo #76C7B0
RGB
CMYK
RGB Variations
Color information
#76C7B0 (or 0x76C7B0) is known color: Monte Carlo. HEX triplet: 76, C7 and B0. RGB value is (118,199,176). Sum of RGB (Red+Green+Blue) = 118+199+176=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #76C7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C7B0 is #89384F. Grayscale: #ACACAC. Windows color (decimal): -8992848 or 11585398. OLE color: 11585398.
HSL color Cylindrical-coordinate representation of color #76C7B0: hue angle of 162.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C7B0 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 176 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.22 |
| HSL | 162.96º | 0.42% | 0.62% | - |
| HSV(B) | 162.96º | 0.41% | 0.78% | - |
| XYZ | 35.73 | 47.83 | 48.42 | - |
| YUV | 172.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 176 | 0.41 | 0 | 0.12 | 0.22 | 162.96 | 0.42 | 0.62 |
| Hex | 76 | C7 | B0 | 29 | 0 | C | 16 | A3 | 2A | 3E |
| Octal | 166 | 307 | 260 | 51 | 0 | 14 | 26 | 243 | 52 | 76 |
| Binary | 1110110 | 11000111 | 10110000 | 101001 | 0 | 1100 | 10110 | 10100011 | 101010 | 111110 |
Color Harmonies of #76C7B0
Complementary color
Monochromatic Colors of #76C7B0
Black with #76C7B0
Text Example
Text Example
White with #76C7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C7B0; }
p { color: rgb(118,199,176); }
H1.HeaderClassName
{
color: #76C7B0;
}
.AnyTagClassName
{
color: #76C7B0;
}
</style>
background-color css
<style>
a { background-color: #76C7B0; }
a { background-color: rgb(118,199,176); }
div.DivClassName
{
background-color: #76C7B0;
}
.BgClassName
{
background-color: #76C7B0;
}
</style>
border-color css
<style>
span { border-color: #76C7B0; }
span { border-color: rgb(118,199,176); }
td.TdClassName
{
border-color: #76C7B0;
}
.TagClassName
{
border-color: #76C7B0;
}
</style>