Shades of Monte Carlo #77BDB6
Tints of Monte Carlo #77BDB6
RGB
CMYK
RGB Variations
Color information
#77BDB6 (or 0x77BDB6) is known color: Monte Carlo. HEX triplet: 77, BD and B6. RGB value is (119,189,182). Sum of RGB (Red+Green+Blue) = 119+189+182=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDB6 is #884249. Grayscale: #A7A7A7. Windows color (decimal): -8929866 or 11976055. OLE color: 11976055.
HSL color Cylindrical-coordinate representation of color #77BDB6: hue angle of 174º 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 #77BDB6 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 182 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.26 |
| HSL | 174º | 0.35% | 0.6% | - |
| HSV(B) | 174º | 0.37% | 0.74% | - |
| XYZ | 34.25 | 43.69 | 50.88 | - |
| YUV | 167.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 182 | 0.37 | 0 | 0.04 | 0.26 | 174 | 0.35 | 0.6 |
| Hex | 77 | BD | B6 | 25 | 0 | 4 | 1A | AE | 23 | 3C |
| Octal | 167 | 275 | 266 | 45 | 0 | 4 | 32 | 256 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10110110 | 100101 | 0 | 100 | 11010 | 10101110 | 100011 | 111100 |
Color Harmonies of #77BDB6
Complementary color
Monochromatic Colors of #77BDB6
Black with #77BDB6
Text Example
Text Example
White with #77BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDB6; }
p { color: rgb(119,189,182); }
H1.HeaderClassName
{
color: #77BDB6;
}
.AnyTagClassName
{
color: #77BDB6;
}
</style>
background-color css
<style>
a { background-color: #77BDB6; }
a { background-color: rgb(119,189,182); }
div.DivClassName
{
background-color: #77BDB6;
}
.BgClassName
{
background-color: #77BDB6;
}
</style>
border-color css
<style>
span { border-color: #77BDB6; }
span { border-color: rgb(119,189,182); }
td.TdClassName
{
border-color: #77BDB6;
}
.TagClassName
{
border-color: #77BDB6;
}
</style>