Shades of Monte Carlo #77BDB0
Tints of Monte Carlo #77BDB0
RGB
CMYK
RGB Variations
Color information
#77BDB0 (or 0x77BDB0) is known color: Monte Carlo. HEX triplet: 77, BD and B0. RGB value is (119,189,176). Sum of RGB (Red+Green+Blue) = 119+189+176=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDB0 is #88424F. Grayscale: #A6A6A6. Windows color (decimal): -8929872 or 11582839. OLE color: 11582839.
HSL color Cylindrical-coordinate representation of color #77BDB0: hue angle of 168.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 #77BDB0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 176 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.26 |
| HSL | 168.86º | 0.35% | 0.6% | - |
| HSV(B) | 168.86º | 0.37% | 0.74% | - |
| XYZ | 33.64 | 43.45 | 47.69 | - |
| YUV | 166.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 176 | 0.37 | 0 | 0.07 | 0.26 | 168.86 | 0.35 | 0.6 |
| Hex | 77 | BD | B0 | 25 | 0 | 7 | 1A | A9 | 23 | 3C |
| Octal | 167 | 275 | 260 | 45 | 0 | 7 | 32 | 251 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10110000 | 100101 | 0 | 111 | 11010 | 10101001 | 100011 | 111100 |
Color Harmonies of #77BDB0
Complementary color
Monochromatic Colors of #77BDB0
Black with #77BDB0
Text Example
Text Example
White with #77BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDB0; }
p { color: rgb(119,189,176); }
H1.HeaderClassName
{
color: #77BDB0;
}
.AnyTagClassName
{
color: #77BDB0;
}
</style>
background-color css
<style>
a { background-color: #77BDB0; }
a { background-color: rgb(119,189,176); }
div.DivClassName
{
background-color: #77BDB0;
}
.BgClassName
{
background-color: #77BDB0;
}
</style>
border-color css
<style>
span { border-color: #77BDB0; }
span { border-color: rgb(119,189,176); }
td.TdClassName
{
border-color: #77BDB0;
}
.TagClassName
{
border-color: #77BDB0;
}
</style>