Shades of Monte Carlo #76C3AF
Tints of Monte Carlo #76C3AF
RGB
CMYK
RGB Variations
Color information
#76C3AF (or 0x76C3AF) is known color: Monte Carlo. HEX triplet: 76, C3 and AF. RGB value is (118,195,175). Sum of RGB (Red+Green+Blue) = 118+195+175=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #76C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C3AF is #893C50. Grayscale: #A9A9A9. Windows color (decimal): -8993873 or 11518838. OLE color: 11518838.
HSL color Cylindrical-coordinate representation of color #76C3AF: hue angle of 164.42º degrees, saturation: 0.39, 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 #76C3AF is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 175 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.24 |
| HSL | 164.42º | 0.39% | 0.61% | - |
| HSV(B) | 164.42º | 0.39% | 0.76% | - |
| XYZ | 34.72 | 45.98 | 47.6 | - |
| YUV | 169.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 175 | 0.39 | 0 | 0.10 | 0.24 | 164.42 | 0.39 | 0.61 |
| Hex | 76 | C3 | AF | 27 | 0 | A | 18 | A4 | 27 | 3D |
| Octal | 166 | 303 | 257 | 47 | 0 | 12 | 30 | 244 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10101111 | 100111 | 0 | 1010 | 11000 | 10100100 | 100111 | 111101 |
Color Harmonies of #76C3AF
Complementary color
Monochromatic Colors of #76C3AF
Black with #76C3AF
Text Example
Text Example
White with #76C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C3AF; }
p { color: rgb(118,195,175); }
H1.HeaderClassName
{
color: #76C3AF;
}
.AnyTagClassName
{
color: #76C3AF;
}
</style>
background-color css
<style>
a { background-color: #76C3AF; }
a { background-color: rgb(118,195,175); }
div.DivClassName
{
background-color: #76C3AF;
}
.BgClassName
{
background-color: #76C3AF;
}
</style>
border-color css
<style>
span { border-color: #76C3AF; }
span { border-color: rgb(118,195,175); }
td.TdClassName
{
border-color: #76C3AF;
}
.TagClassName
{
border-color: #76C3AF;
}
</style>