Shades of Monte Carlo #77BDAB
Tints of Monte Carlo #77BDAB
RGB
CMYK
RGB Variations
Color information
#77BDAB (or 0x77BDAB) is known color: Monte Carlo. HEX triplet: 77, BD and AB. RGB value is (119,189,171). Sum of RGB (Red+Green+Blue) = 119+189+171=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDAB is #884254. Grayscale: #A6A6A6. Windows color (decimal): -8929877 or 11255159. OLE color: 11255159.
HSL color Cylindrical-coordinate representation of color #77BDAB: hue angle of 164.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDAB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 171 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.26 |
| HSL | 164.57º | 0.35% | 0.6% | - |
| HSV(B) | 164.57º | 0.37% | 0.74% | - |
| XYZ | 33.16 | 43.26 | 45.13 | - |
| YUV | 166.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 171 | 0.37 | 0 | 0.10 | 0.26 | 164.57 | 0.35 | 0.6 |
| Hex | 77 | BD | AB | 25 | 0 | A | 1A | A5 | 23 | 3C |
| Octal | 167 | 275 | 253 | 45 | 0 | 12 | 32 | 245 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10101011 | 100101 | 0 | 1010 | 11010 | 10100101 | 100011 | 111100 |
Color Harmonies of #77BDAB
Complementary color
Monochromatic Colors of #77BDAB
Black with #77BDAB
Text Example
Text Example
White with #77BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDAB; }
p { color: rgb(119,189,171); }
H1.HeaderClassName
{
color: #77BDAB;
}
.AnyTagClassName
{
color: #77BDAB;
}
</style>
background-color css
<style>
a { background-color: #77BDAB; }
a { background-color: rgb(119,189,171); }
div.DivClassName
{
background-color: #77BDAB;
}
.BgClassName
{
background-color: #77BDAB;
}
</style>
border-color css
<style>
span { border-color: #77BDAB; }
span { border-color: rgb(119,189,171); }
td.TdClassName
{
border-color: #77BDAB;
}
.TagClassName
{
border-color: #77BDAB;
}
</style>