Shades of Monte Carlo #77BEA9
Tints of Monte Carlo #77BEA9
RGB
CMYK
RGB Variations
Color information
#77BEA9 (or 0x77BEA9) is known color: Monte Carlo. HEX triplet: 77, BE and A9. RGB value is (119,190,169). Sum of RGB (Red+Green+Blue) = 119+190+169=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEA9 is #884156. Grayscale: #A6A6A6. Windows color (decimal): -8929623 or 11124343. OLE color: 11124343.
HSL color Cylindrical-coordinate representation of color #77BEA9: hue angle of 162.25º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEA9 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 169 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.25 |
| HSL | 162.25º | 0.35% | 0.61% | - |
| HSV(B) | 162.25º | 0.37% | 0.75% | - |
| XYZ | 33.18 | 43.61 | 44.21 | - |
| YUV | 166.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 169 | 0.37 | 0 | 0.11 | 0.25 | 162.25 | 0.35 | 0.61 |
| Hex | 77 | BE | A9 | 25 | 0 | B | 19 | A2 | 23 | 3D |
| Octal | 167 | 276 | 251 | 45 | 0 | 13 | 31 | 242 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10101001 | 100101 | 0 | 1011 | 11001 | 10100010 | 100011 | 111101 |
Color Harmonies of #77BEA9
Complementary color
Monochromatic Colors of #77BEA9
Black with #77BEA9
Text Example
Text Example
White with #77BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEA9; }
p { color: rgb(119,190,169); }
H1.HeaderClassName
{
color: #77BEA9;
}
.AnyTagClassName
{
color: #77BEA9;
}
</style>
background-color css
<style>
a { background-color: #77BEA9; }
a { background-color: rgb(119,190,169); }
div.DivClassName
{
background-color: #77BEA9;
}
.BgClassName
{
background-color: #77BEA9;
}
</style>
border-color css
<style>
span { border-color: #77BEA9; }
span { border-color: rgb(119,190,169); }
td.TdClassName
{
border-color: #77BEA9;
}
.TagClassName
{
border-color: #77BEA9;
}
</style>