Shades of Monte Carlo #77CEB0
Tints of Monte Carlo #77CEB0
RGB
CMYK
RGB Variations
Color information
#77CEB0 (or 0x77CEB0) is known color: Monte Carlo. HEX triplet: 77, CE and B0. RGB value is (119,206,176). Sum of RGB (Red+Green+Blue) = 119+206+176=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEB0 is #88314F. Grayscale: #B0B0B0. Windows color (decimal): -8925520 or 11587191. OLE color: 11587191.
HSL color Cylindrical-coordinate representation of color #77CEB0: hue angle of 159.31º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEB0 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 176 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.19 |
| HSL | 159.31º | 0.47% | 0.64% | - |
| HSV(B) | 159.31º | 0.42% | 0.81% | - |
| XYZ | 37.52 | 51.2 | 48.98 | - |
| YUV | 176.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 176 | 0.42 | 0 | 0.15 | 0.19 | 159.31 | 0.47 | 0.64 |
| Hex | 77 | CE | B0 | 2A | 0 | F | 13 | 9F | 2F | 40 |
| Octal | 167 | 316 | 260 | 52 | 0 | 17 | 23 | 237 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10110000 | 101010 | 0 | 1111 | 10011 | 10011111 | 101111 | 1000000 |
Color Harmonies of #77CEB0
Complementary color
Monochromatic Colors of #77CEB0
Black with #77CEB0
Text Example
Text Example
White with #77CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEB0; }
p { color: rgb(119,206,176); }
H1.HeaderClassName
{
color: #77CEB0;
}
.AnyTagClassName
{
color: #77CEB0;
}
</style>
background-color css
<style>
a { background-color: #77CEB0; }
a { background-color: rgb(119,206,176); }
div.DivClassName
{
background-color: #77CEB0;
}
.BgClassName
{
background-color: #77CEB0;
}
</style>
border-color css
<style>
span { border-color: #77CEB0; }
span { border-color: rgb(119,206,176); }
td.TdClassName
{
border-color: #77CEB0;
}
.TagClassName
{
border-color: #77CEB0;
}
</style>