Shades of Monte Carlo #77C1B9
Tints of Monte Carlo #77C1B9
RGB
CMYK
RGB Variations
Color information
#77C1B9 (or 0x77C1B9) is known color: Monte Carlo. HEX triplet: 77, C1 and B9. RGB value is (119,193,185). Sum of RGB (Red+Green+Blue) = 119+193+185=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #77C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1B9 is #883E46. Grayscale: #A9A9A9. Windows color (decimal): -8928839 or 12173687. OLE color: 12173687.
HSL color Cylindrical-coordinate representation of color #77C1B9: hue angle of 173.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C1B9 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 185 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.24 |
| HSL | 173.51º | 0.37% | 0.61% | - |
| HSV(B) | 173.51º | 0.38% | 0.76% | - |
| XYZ | 35.43 | 45.56 | 52.83 | - |
| YUV | 169.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 185 | 0.38 | 0 | 0.04 | 0.24 | 173.51 | 0.37 | 0.61 |
| Hex | 77 | C1 | B9 | 26 | 0 | 4 | 18 | AE | 25 | 3D |
| Octal | 167 | 301 | 271 | 46 | 0 | 4 | 30 | 256 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10111001 | 100110 | 0 | 100 | 11000 | 10101110 | 100101 | 111101 |
Color Harmonies of #77C1B9
Complementary color
Monochromatic Colors of #77C1B9
Black with #77C1B9
Text Example
Text Example
White with #77C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1B9; }
p { color: rgb(119,193,185); }
H1.HeaderClassName
{
color: #77C1B9;
}
.AnyTagClassName
{
color: #77C1B9;
}
</style>
background-color css
<style>
a { background-color: #77C1B9; }
a { background-color: rgb(119,193,185); }
div.DivClassName
{
background-color: #77C1B9;
}
.BgClassName
{
background-color: #77C1B9;
}
</style>
border-color css
<style>
span { border-color: #77C1B9; }
span { border-color: rgb(119,193,185); }
td.TdClassName
{
border-color: #77C1B9;
}
.TagClassName
{
border-color: #77C1B9;
}
</style>