Shades of Monte Carlo #77C5B2
Tints of Monte Carlo #77C5B2
RGB
CMYK
RGB Variations
Color information
#77C5B2 (or 0x77C5B2) is known color: Monte Carlo. HEX triplet: 77, C5 and B2. RGB value is (119,197,178). Sum of RGB (Red+Green+Blue) = 119+197+178=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C5B2 is #883A4D. Grayscale: #ABABAB. Windows color (decimal): -8927822 or 11715959. OLE color: 11715959.
HSL color Cylindrical-coordinate representation of color #77C5B2: hue angle of 165.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C5B2 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 178 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.23 |
| HSL | 165.38º | 0.4% | 0.62% | - |
| HSV(B) | 165.38º | 0.4% | 0.77% | - |
| XYZ | 35.61 | 47.07 | 49.33 | - |
| YUV | 171.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 178 | 0.40 | 0 | 0.10 | 0.23 | 165.38 | 0.4 | 0.62 |
| Hex | 77 | C5 | B2 | 28 | 0 | A | 17 | A5 | 28 | 3E |
| Octal | 167 | 305 | 262 | 50 | 0 | 12 | 27 | 245 | 50 | 76 |
| Binary | 1110111 | 11000101 | 10110010 | 101000 | 0 | 1010 | 10111 | 10100101 | 101000 | 111110 |
Color Harmonies of #77C5B2
Complementary color
Monochromatic Colors of #77C5B2
Black with #77C5B2
Text Example
Text Example
White with #77C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5B2; }
p { color: rgb(119,197,178); }
H1.HeaderClassName
{
color: #77C5B2;
}
.AnyTagClassName
{
color: #77C5B2;
}
</style>
background-color css
<style>
a { background-color: #77C5B2; }
a { background-color: rgb(119,197,178); }
div.DivClassName
{
background-color: #77C5B2;
}
.BgClassName
{
background-color: #77C5B2;
}
</style>
border-color css
<style>
span { border-color: #77C5B2; }
span { border-color: rgb(119,197,178); }
td.TdClassName
{
border-color: #77C5B2;
}
.TagClassName
{
border-color: #77C5B2;
}
</style>