Shades of Monte Carlo #77BEA7
Tints of Monte Carlo #77BEA7
RGB
CMYK
RGB Variations
Color information
#77BEA7 (or 0x77BEA7) is known color: Monte Carlo. HEX triplet: 77, BE and A7. RGB value is (119,190,167). Sum of RGB (Red+Green+Blue) = 119+190+167=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEA7 is #884158. Grayscale: #A6A6A6. Windows color (decimal): -8929625 or 10993271. OLE color: 10993271.
HSL color Cylindrical-coordinate representation of color #77BEA7: hue angle of 160.56º 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 #77BEA7 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 167 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.25 |
| HSL | 160.56º | 0.35% | 0.61% | - |
| HSV(B) | 160.56º | 0.37% | 0.75% | - |
| XYZ | 33 | 43.54 | 43.22 | - |
| YUV | 166.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 167 | 0.37 | 0 | 0.12 | 0.25 | 160.56 | 0.35 | 0.61 |
| Hex | 77 | BE | A7 | 25 | 0 | C | 19 | A1 | 23 | 3D |
| Octal | 167 | 276 | 247 | 45 | 0 | 14 | 31 | 241 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10100111 | 100101 | 0 | 1100 | 11001 | 10100001 | 100011 | 111101 |
Color Harmonies of #77BEA7
Complementary color
Monochromatic Colors of #77BEA7
Black with #77BEA7
Text Example
Text Example
White with #77BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEA7; }
p { color: rgb(119,190,167); }
H1.HeaderClassName
{
color: #77BEA7;
}
.AnyTagClassName
{
color: #77BEA7;
}
</style>
background-color css
<style>
a { background-color: #77BEA7; }
a { background-color: rgb(119,190,167); }
div.DivClassName
{
background-color: #77BEA7;
}
.BgClassName
{
background-color: #77BEA7;
}
</style>
border-color css
<style>
span { border-color: #77BEA7; }
span { border-color: rgb(119,190,167); }
td.TdClassName
{
border-color: #77BEA7;
}
.TagClassName
{
border-color: #77BEA7;
}
</style>