Shades of Monte Carlo #77CCAC
Tints of Monte Carlo #77CCAC
RGB
CMYK
RGB Variations
Color information
#77CCAC (or 0x77CCAC) is known color: Monte Carlo. HEX triplet: 77, CC and AC. RGB value is (119,204,172). Sum of RGB (Red+Green+Blue) = 119+204+172=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CCAC is #883353. Grayscale: #AEAEAE. Windows color (decimal): -8926036 or 11324535. OLE color: 11324535.
HSL color Cylindrical-coordinate representation of color #77CCAC: hue angle of 157.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCAC is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 172 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.2 |
| HSL | 157.41º | 0.45% | 0.63% | - |
| HSV(B) | 157.41º | 0.42% | 0.8% | - |
| XYZ | 36.65 | 50.09 | 46.77 | - |
| YUV | 174.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 172 | 0.42 | 0 | 0.16 | 0.2 | 157.41 | 0.45 | 0.63 |
| Hex | 77 | CC | AC | 2A | 0 | 10 | 14 | 9D | 2D | 3F |
| Octal | 167 | 314 | 254 | 52 | 0 | 20 | 24 | 235 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10101100 | 101010 | 0 | 10000 | 10100 | 10011101 | 101101 | 111111 |
Color Harmonies of #77CCAC
Complementary color
Monochromatic Colors of #77CCAC
Black with #77CCAC
Text Example
Text Example
White with #77CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCAC; }
p { color: rgb(119,204,172); }
H1.HeaderClassName
{
color: #77CCAC;
}
.AnyTagClassName
{
color: #77CCAC;
}
</style>
background-color css
<style>
a { background-color: #77CCAC; }
a { background-color: rgb(119,204,172); }
div.DivClassName
{
background-color: #77CCAC;
}
.BgClassName
{
background-color: #77CCAC;
}
</style>
border-color css
<style>
span { border-color: #77CCAC; }
span { border-color: rgb(119,204,172); }
td.TdClassName
{
border-color: #77CCAC;
}
.TagClassName
{
border-color: #77CCAC;
}
</style>