Shades of Monte Carlo #77C2A5
Tints of Monte Carlo #77C2A5
RGB
CMYK
RGB Variations
Color information
#77C2A5 (or 0x77C2A5) is known color: Monte Carlo. HEX triplet: 77, C2 and A5. RGB value is (119,194,165). Sum of RGB (Red+Green+Blue) = 119+194+165=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2A5 is #883D5A. Grayscale: #A8A8A8. Windows color (decimal): -8928603 or 10863223. OLE color: 10863223.
HSL color Cylindrical-coordinate representation of color #77C2A5: hue angle of 156.8º 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 #77C2A5 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 165 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.24 |
| HSL | 156.8º | 0.38% | 0.61% | - |
| HSV(B) | 156.8º | 0.39% | 0.76% | - |
| XYZ | 33.69 | 45.22 | 42.55 | - |
| YUV | 168.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 165 | 0.39 | 0 | 0.15 | 0.24 | 156.8 | 0.38 | 0.61 |
| Hex | 77 | C2 | A5 | 27 | 0 | F | 18 | 9D | 26 | 3D |
| Octal | 167 | 302 | 245 | 47 | 0 | 17 | 30 | 235 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10100101 | 100111 | 0 | 1111 | 11000 | 10011101 | 100110 | 111101 |
Color Harmonies of #77C2A5
Complementary color
Monochromatic Colors of #77C2A5
Black with #77C2A5
Text Example
Text Example
White with #77C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2A5; }
p { color: rgb(119,194,165); }
H1.HeaderClassName
{
color: #77C2A5;
}
.AnyTagClassName
{
color: #77C2A5;
}
</style>
background-color css
<style>
a { background-color: #77C2A5; }
a { background-color: rgb(119,194,165); }
div.DivClassName
{
background-color: #77C2A5;
}
.BgClassName
{
background-color: #77C2A5;
}
</style>
border-color css
<style>
span { border-color: #77C2A5; }
span { border-color: rgb(119,194,165); }
td.TdClassName
{
border-color: #77C2A5;
}
.TagClassName
{
border-color: #77C2A5;
}
</style>