Shades of Monte Carlo #77C2B2
Tints of Monte Carlo #77C2B2
RGB
CMYK
RGB Variations
Color information
#77C2B2 (or 0x77C2B2) is known color: Monte Carlo. HEX triplet: 77, C2 and B2. RGB value is (119,194,178). Sum of RGB (Red+Green+Blue) = 119+194+178=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2B2 is #883D4D. Grayscale: #A9A9A9. Windows color (decimal): -8928590 or 11715191. OLE color: 11715191.
HSL color Cylindrical-coordinate representation of color #77C2B2: hue angle of 167.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C2B2 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 178 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.24 |
| HSL | 167.2º | 0.38% | 0.61% | - |
| HSV(B) | 167.2º | 0.39% | 0.76% | - |
| XYZ | 34.94 | 45.72 | 49.1 | - |
| YUV | 169.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 178 | 0.39 | 0 | 0.08 | 0.24 | 167.2 | 0.38 | 0.61 |
| Hex | 77 | C2 | B2 | 27 | 0 | 8 | 18 | A7 | 26 | 3D |
| Octal | 167 | 302 | 262 | 47 | 0 | 10 | 30 | 247 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10110010 | 100111 | 0 | 1000 | 11000 | 10100111 | 100110 | 111101 |
Color Harmonies of #77C2B2
Complementary color
Monochromatic Colors of #77C2B2
Black with #77C2B2
Text Example
Text Example
White with #77C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2B2; }
p { color: rgb(119,194,178); }
H1.HeaderClassName
{
color: #77C2B2;
}
.AnyTagClassName
{
color: #77C2B2;
}
</style>
background-color css
<style>
a { background-color: #77C2B2; }
a { background-color: rgb(119,194,178); }
div.DivClassName
{
background-color: #77C2B2;
}
.BgClassName
{
background-color: #77C2B2;
}
</style>
border-color css
<style>
span { border-color: #77C2B2; }
span { border-color: rgb(119,194,178); }
td.TdClassName
{
border-color: #77C2B2;
}
.TagClassName
{
border-color: #77C2B2;
}
</style>