Shades of Monte Carlo #77C3B6
Tints of Monte Carlo #77C3B6
RGB
CMYK
RGB Variations
Color information
#77C3B6 (or 0x77C3B6) is known color: Monte Carlo. HEX triplet: 77, C3 and B6. RGB value is (119,195,182). Sum of RGB (Red+Green+Blue) = 119+195+182=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #77C3B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C3B6 is #883C49. Grayscale: #AAAAAA. Windows color (decimal): -8928330 or 11977591. OLE color: 11977591.
HSL color Cylindrical-coordinate representation of color #77C3B6: hue angle of 169.74º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C3B6 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 182 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.24 |
| HSL | 169.74º | 0.39% | 0.62% | - |
| HSV(B) | 169.74º | 0.39% | 0.76% | - |
| XYZ | 35.57 | 46.33 | 51.32 | - |
| YUV | 170.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 182 | 0.39 | 0 | 0.07 | 0.24 | 169.74 | 0.39 | 0.62 |
| Hex | 77 | C3 | B6 | 27 | 0 | 7 | 18 | AA | 27 | 3E |
| Octal | 167 | 303 | 266 | 47 | 0 | 7 | 30 | 252 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10110110 | 100111 | 0 | 111 | 11000 | 10101010 | 100111 | 111110 |
Color Harmonies of #77C3B6
Complementary color
Monochromatic Colors of #77C3B6
Black with #77C3B6
Text Example
Text Example
White with #77C3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C3B6; }
p { color: rgb(119,195,182); }
H1.HeaderClassName
{
color: #77C3B6;
}
.AnyTagClassName
{
color: #77C3B6;
}
</style>
background-color css
<style>
a { background-color: #77C3B6; }
a { background-color: rgb(119,195,182); }
div.DivClassName
{
background-color: #77C3B6;
}
.BgClassName
{
background-color: #77C3B6;
}
</style>
border-color css
<style>
span { border-color: #77C3B6; }
span { border-color: rgb(119,195,182); }
td.TdClassName
{
border-color: #77C3B6;
}
.TagClassName
{
border-color: #77C3B6;
}
</style>