Shades of Monte Carlo #77C3BE
Tints of Monte Carlo #77C3BE
RGB
CMYK
RGB Variations
Color information
#77C3BE (or 0x77C3BE) is known color: Monte Carlo. HEX triplet: 77, C3 and BE. RGB value is (119,195,190). Sum of RGB (Red+Green+Blue) = 119+195+190=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #77C3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C3BE is #883C41. Grayscale: #ABABAB. Windows color (decimal): -8928322 or 12501879. OLE color: 12501879.
HSL color Cylindrical-coordinate representation of color #77C3BE: hue angle of 176.05º 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 #77C3BE is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 190 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.24 |
| HSL | 176.05º | 0.39% | 0.62% | - |
| HSV(B) | 176.05º | 0.39% | 0.76% | - |
| XYZ | 36.42 | 46.67 | 55.8 | - |
| YUV | 171.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 190 | 0.39 | 0 | 0.03 | 0.24 | 176.05 | 0.39 | 0.62 |
| Hex | 77 | C3 | BE | 27 | 0 | 3 | 18 | B0 | 27 | 3E |
| Octal | 167 | 303 | 276 | 47 | 0 | 3 | 30 | 260 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10111110 | 100111 | 0 | 11 | 11000 | 10110000 | 100111 | 111110 |
Color Harmonies of #77C3BE
Complementary color
Monochromatic Colors of #77C3BE
Black with #77C3BE
Text Example
Text Example
White with #77C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C3BE; }
p { color: rgb(119,195,190); }
H1.HeaderClassName
{
color: #77C3BE;
}
.AnyTagClassName
{
color: #77C3BE;
}
</style>
background-color css
<style>
a { background-color: #77C3BE; }
a { background-color: rgb(119,195,190); }
div.DivClassName
{
background-color: #77C3BE;
}
.BgClassName
{
background-color: #77C3BE;
}
</style>
border-color css
<style>
span { border-color: #77C3BE; }
span { border-color: rgb(119,195,190); }
td.TdClassName
{
border-color: #77C3BE;
}
.TagClassName
{
border-color: #77C3BE;
}
</style>