Shades of Monte Carlo #77CCB9
Tints of Monte Carlo #77CCB9
RGB
CMYK
RGB Variations
Color information
#77CCB9 (or 0x77CCB9) is known color: Monte Carlo. HEX triplet: 77, CC and B9. RGB value is (119,204,185). Sum of RGB (Red+Green+Blue) = 119+204+185=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCB9 is #883346. Grayscale: #B0B0B0. Windows color (decimal): -8926023 or 12176503. OLE color: 12176503.
HSL color Cylindrical-coordinate representation of color #77CCB9: hue angle of 166.59º 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 #77CCB9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 185 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.2 |
| HSL | 166.59º | 0.45% | 0.63% | - |
| HSV(B) | 166.59º | 0.42% | 0.8% | - |
| XYZ | 37.96 | 50.61 | 53.67 | - |
| YUV | 176.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 185 | 0.42 | 0 | 0.09 | 0.2 | 166.59 | 0.45 | 0.63 |
| Hex | 77 | CC | B9 | 2A | 0 | 9 | 14 | A7 | 2D | 3F |
| Octal | 167 | 314 | 271 | 52 | 0 | 11 | 24 | 247 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10111001 | 101010 | 0 | 1001 | 10100 | 10100111 | 101101 | 111111 |
Color Harmonies of #77CCB9
Complementary color
Monochromatic Colors of #77CCB9
Black with #77CCB9
Text Example
Text Example
White with #77CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCB9; }
p { color: rgb(119,204,185); }
H1.HeaderClassName
{
color: #77CCB9;
}
.AnyTagClassName
{
color: #77CCB9;
}
</style>
background-color css
<style>
a { background-color: #77CCB9; }
a { background-color: rgb(119,204,185); }
div.DivClassName
{
background-color: #77CCB9;
}
.BgClassName
{
background-color: #77CCB9;
}
</style>
border-color css
<style>
span { border-color: #77CCB9; }
span { border-color: rgb(119,204,185); }
td.TdClassName
{
border-color: #77CCB9;
}
.TagClassName
{
border-color: #77CCB9;
}
</style>