Shades of Monte Carlo #77C0B3
Tints of Monte Carlo #77C0B3
RGB
CMYK
RGB Variations
Color information
#77C0B3 (or 0x77C0B3) is known color: Monte Carlo. HEX triplet: 77, C0 and B3. RGB value is (119,192,179). Sum of RGB (Red+Green+Blue) = 119+192+179=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0B3 is #883F4C. Grayscale: #A8A8A8. Windows color (decimal): -8929101 or 11780215. OLE color: 11780215.
HSL color Cylindrical-coordinate representation of color #77C0B3: hue angle of 169.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0B3 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 179 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.25 |
| HSL | 169.32º | 0.37% | 0.61% | - |
| HSV(B) | 169.32º | 0.38% | 0.75% | - |
| XYZ | 34.59 | 44.88 | 49.49 | - |
| YUV | 168.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 179 | 0.38 | 0 | 0.07 | 0.25 | 169.32 | 0.37 | 0.61 |
| Hex | 77 | C0 | B3 | 26 | 0 | 7 | 19 | A9 | 25 | 3D |
| Octal | 167 | 300 | 263 | 46 | 0 | 7 | 31 | 251 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10110011 | 100110 | 0 | 111 | 11001 | 10101001 | 100101 | 111101 |
Color Harmonies of #77C0B3
Complementary color
Monochromatic Colors of #77C0B3
Black with #77C0B3
Text Example
Text Example
White with #77C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0B3; }
p { color: rgb(119,192,179); }
H1.HeaderClassName
{
color: #77C0B3;
}
.AnyTagClassName
{
color: #77C0B3;
}
</style>
background-color css
<style>
a { background-color: #77C0B3; }
a { background-color: rgb(119,192,179); }
div.DivClassName
{
background-color: #77C0B3;
}
.BgClassName
{
background-color: #77C0B3;
}
</style>
border-color css
<style>
span { border-color: #77C0B3; }
span { border-color: rgb(119,192,179); }
td.TdClassName
{
border-color: #77C0B3;
}
.TagClassName
{
border-color: #77C0B3;
}
</style>