Shades of Monte Carlo #77CEB2
Tints of Monte Carlo #77CEB2
RGB
CMYK
RGB Variations
Color information
#77CEB2 (or 0x77CEB2) is known color: Monte Carlo. HEX triplet: 77, CE and B2. RGB value is (119,206,178). Sum of RGB (Red+Green+Blue) = 119+206+178=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEB2 is #88314D. Grayscale: #B0B0B0. Windows color (decimal): -8925518 or 11718263. OLE color: 11718263.
HSL color Cylindrical-coordinate representation of color #77CEB2: hue angle of 160.69º 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 #77CEB2 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 178 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.19 |
| HSL | 160.69º | 0.47% | 0.64% | - |
| HSV(B) | 160.69º | 0.42% | 0.81% | - |
| XYZ | 37.71 | 51.28 | 50.03 | - |
| YUV | 176.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 178 | 0.42 | 0 | 0.14 | 0.19 | 160.69 | 0.47 | 0.64 |
| Hex | 77 | CE | B2 | 2A | 0 | E | 13 | A1 | 2F | 40 |
| Octal | 167 | 316 | 262 | 52 | 0 | 16 | 23 | 241 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10110010 | 101010 | 0 | 1110 | 10011 | 10100001 | 101111 | 1000000 |
Color Harmonies of #77CEB2
Complementary color
Monochromatic Colors of #77CEB2
Black with #77CEB2
Text Example
Text Example
White with #77CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEB2; }
p { color: rgb(119,206,178); }
H1.HeaderClassName
{
color: #77CEB2;
}
.AnyTagClassName
{
color: #77CEB2;
}
</style>
background-color css
<style>
a { background-color: #77CEB2; }
a { background-color: rgb(119,206,178); }
div.DivClassName
{
background-color: #77CEB2;
}
.BgClassName
{
background-color: #77CEB2;
}
</style>
border-color css
<style>
span { border-color: #77CEB2; }
span { border-color: rgb(119,206,178); }
td.TdClassName
{
border-color: #77CEB2;
}
.TagClassName
{
border-color: #77CEB2;
}
</style>