Shades of Monte Carlo #77BDA9
Tints of Monte Carlo #77BDA9
RGB
CMYK
RGB Variations
Color information
#77BDA9 (or 0x77BDA9) is known color: Monte Carlo. HEX triplet: 77, BD and A9. RGB value is (119,189,169). Sum of RGB (Red+Green+Blue) = 119+189+169=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA9 is #884256. Grayscale: #A5A5A5. Windows color (decimal): -8929879 or 11124087. OLE color: 11124087.
HSL color Cylindrical-coordinate representation of color #77BDA9: hue angle of 162.86º 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 #77BDA9 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 169 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.26 |
| HSL | 162.86º | 0.35% | 0.6% | - |
| HSV(B) | 162.86º | 0.37% | 0.74% | - |
| XYZ | 32.97 | 43.18 | 44.13 | - |
| YUV | 165.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 169 | 0.37 | 0 | 0.11 | 0.26 | 162.86 | 0.35 | 0.6 |
| Hex | 77 | BD | A9 | 25 | 0 | B | 1A | A3 | 23 | 3C |
| Octal | 167 | 275 | 251 | 45 | 0 | 13 | 32 | 243 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10101001 | 100101 | 0 | 1011 | 11010 | 10100011 | 100011 | 111100 |
Color Harmonies of #77BDA9
Complementary color
Monochromatic Colors of #77BDA9
Black with #77BDA9
Text Example
Text Example
White with #77BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA9; }
p { color: rgb(119,189,169); }
H1.HeaderClassName
{
color: #77BDA9;
}
.AnyTagClassName
{
color: #77BDA9;
}
</style>
background-color css
<style>
a { background-color: #77BDA9; }
a { background-color: rgb(119,189,169); }
div.DivClassName
{
background-color: #77BDA9;
}
.BgClassName
{
background-color: #77BDA9;
}
</style>
border-color css
<style>
span { border-color: #77BDA9; }
span { border-color: rgb(119,189,169); }
td.TdClassName
{
border-color: #77BDA9;
}
.TagClassName
{
border-color: #77BDA9;
}
</style>