Shades of Monte Carlo #77BEB6
Tints of Monte Carlo #77BEB6
RGB
CMYK
RGB Variations
Color information
#77BEB6 (or 0x77BEB6) is known color: Monte Carlo. HEX triplet: 77, BE and B6. RGB value is (119,190,182). Sum of RGB (Red+Green+Blue) = 119+190+182=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEB6 is #884149. Grayscale: #A7A7A7. Windows color (decimal): -8929610 or 11976311. OLE color: 11976311.
HSL color Cylindrical-coordinate representation of color #77BEB6: hue angle of 173.24º 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 #77BEB6 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 182 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.25 |
| HSL | 173.24º | 0.35% | 0.61% | - |
| HSV(B) | 173.24º | 0.37% | 0.75% | - |
| XYZ | 34.46 | 44.13 | 50.96 | - |
| YUV | 167.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 182 | 0.37 | 0 | 0.04 | 0.25 | 173.24 | 0.35 | 0.61 |
| Hex | 77 | BE | B6 | 25 | 0 | 4 | 19 | AD | 23 | 3D |
| Octal | 167 | 276 | 266 | 45 | 0 | 4 | 31 | 255 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10110110 | 100101 | 0 | 100 | 11001 | 10101101 | 100011 | 111101 |
Color Harmonies of #77BEB6
Complementary color
Monochromatic Colors of #77BEB6
Black with #77BEB6
Text Example
Text Example
White with #77BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEB6; }
p { color: rgb(119,190,182); }
H1.HeaderClassName
{
color: #77BEB6;
}
.AnyTagClassName
{
color: #77BEB6;
}
</style>
background-color css
<style>
a { background-color: #77BEB6; }
a { background-color: rgb(119,190,182); }
div.DivClassName
{
background-color: #77BEB6;
}
.BgClassName
{
background-color: #77BEB6;
}
</style>
border-color css
<style>
span { border-color: #77BEB6; }
span { border-color: rgb(119,190,182); }
td.TdClassName
{
border-color: #77BEB6;
}
.TagClassName
{
border-color: #77BEB6;
}
</style>