Shades of Monte Carlo #77C2BF
Tints of Monte Carlo #77C2BF
RGB
CMYK
RGB Variations
Color information
#77C2BF (or 0x77C2BF) is known color: Monte Carlo. HEX triplet: 77, C2 and BF. RGB value is (119,194,191). Sum of RGB (Red+Green+Blue) = 119+194+191=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2BF is #883D40. Grayscale: #ABABAB. Windows color (decimal): -8928577 or 12567159. OLE color: 12567159.
HSL color Cylindrical-coordinate representation of color #77C2BF: hue angle of 177.6º 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 #77C2BF is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 191 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.24 |
| HSL | 177.6º | 0.38% | 0.61% | - |
| HSV(B) | 177.6º | 0.39% | 0.76% | - |
| XYZ | 36.3 | 46.27 | 56.31 | - |
| YUV | 171.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 191 | 0.39 | 0 | 0.02 | 0.24 | 177.6 | 0.38 | 0.61 |
| Hex | 77 | C2 | BF | 27 | 0 | 2 | 18 | B2 | 26 | 3D |
| Octal | 167 | 302 | 277 | 47 | 0 | 2 | 30 | 262 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10111111 | 100111 | 0 | 10 | 11000 | 10110010 | 100110 | 111101 |
Color Harmonies of #77C2BF
Complementary color
Monochromatic Colors of #77C2BF
Black with #77C2BF
Text Example
Text Example
White with #77C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2BF; }
p { color: rgb(119,194,191); }
H1.HeaderClassName
{
color: #77C2BF;
}
.AnyTagClassName
{
color: #77C2BF;
}
</style>
background-color css
<style>
a { background-color: #77C2BF; }
a { background-color: rgb(119,194,191); }
div.DivClassName
{
background-color: #77C2BF;
}
.BgClassName
{
background-color: #77C2BF;
}
</style>
border-color css
<style>
span { border-color: #77C2BF; }
span { border-color: rgb(119,194,191); }
td.TdClassName
{
border-color: #77C2BF;
}
.TagClassName
{
border-color: #77C2BF;
}
</style>