Shades of Monte Carlo #77C1BD
Tints of Monte Carlo #77C1BD
RGB
CMYK
RGB Variations
Color information
#77C1BD (or 0x77C1BD) is known color: Monte Carlo. HEX triplet: 77, C1 and BD. RGB value is (119,193,189). Sum of RGB (Red+Green+Blue) = 119+193+189=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #77C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1BD is #883E42. Grayscale: #AAAAAA. Windows color (decimal): -8928835 or 12435831. OLE color: 12435831.
HSL color Cylindrical-coordinate representation of color #77C1BD: hue angle of 176.76º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C1BD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 189 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.24 |
| HSL | 176.76º | 0.37% | 0.61% | - |
| HSV(B) | 176.76º | 0.38% | 0.76% | - |
| XYZ | 35.86 | 45.74 | 55.08 | - |
| YUV | 170.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 189 | 0.38 | 0 | 0.02 | 0.24 | 176.76 | 0.37 | 0.61 |
| Hex | 77 | C1 | BD | 26 | 0 | 2 | 18 | B1 | 25 | 3D |
| Octal | 167 | 301 | 275 | 46 | 0 | 2 | 30 | 261 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10111101 | 100110 | 0 | 10 | 11000 | 10110001 | 100101 | 111101 |
Color Harmonies of #77C1BD
Complementary color
Monochromatic Colors of #77C1BD
Black with #77C1BD
Text Example
Text Example
White with #77C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1BD; }
p { color: rgb(119,193,189); }
H1.HeaderClassName
{
color: #77C1BD;
}
.AnyTagClassName
{
color: #77C1BD;
}
</style>
background-color css
<style>
a { background-color: #77C1BD; }
a { background-color: rgb(119,193,189); }
div.DivClassName
{
background-color: #77C1BD;
}
.BgClassName
{
background-color: #77C1BD;
}
</style>
border-color css
<style>
span { border-color: #77C1BD; }
span { border-color: rgb(119,193,189); }
td.TdClassName
{
border-color: #77C1BD;
}
.TagClassName
{
border-color: #77C1BD;
}
</style>