Shades of Monte Carlo #7FBCAB
Tints of Monte Carlo #7FBCAB
RGB
CMYK
RGB Variations
Color information
#7FBCAB (or 0x7FBCAB) is known color: Monte Carlo. HEX triplet: 7F, BC and AB. RGB value is (127,188,171). Sum of RGB (Red+Green+Blue) = 127+188+171=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCAB is #804354. Grayscale: #A7A7A7. Windows color (decimal): -8405845 or 11254911. OLE color: 11254911.
HSL color Cylindrical-coordinate representation of color #7FBCAB: hue angle of 163.28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCAB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 171 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.26 |
| HSL | 163.28º | 0.31% | 0.62% | - |
| HSV(B) | 163.28º | 0.32% | 0.74% | - |
| XYZ | 34.09 | 43.42 | 45.11 | - |
| YUV | 167.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 171 | 0.32 | 0 | 0.09 | 0.26 | 163.28 | 0.31 | 0.62 |
| Hex | 7F | BC | AB | 20 | 0 | 9 | 1A | A3 | 1F | 3E |
| Octal | 177 | 274 | 253 | 40 | 0 | 11 | 32 | 243 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10101011 | 100000 | 0 | 1001 | 11010 | 10100011 | 11111 | 111110 |
Color Harmonies of #7FBCAB
Complementary color
Monochromatic Colors of #7FBCAB
Black with #7FBCAB
Text Example
Text Example
White with #7FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCAB; }
p { color: rgb(127,188,171); }
H1.HeaderClassName
{
color: #7FBCAB;
}
.AnyTagClassName
{
color: #7FBCAB;
}
</style>
background-color css
<style>
a { background-color: #7FBCAB; }
a { background-color: rgb(127,188,171); }
div.DivClassName
{
background-color: #7FBCAB;
}
.BgClassName
{
background-color: #7FBCAB;
}
</style>
border-color css
<style>
span { border-color: #7FBCAB; }
span { border-color: rgb(127,188,171); }
td.TdClassName
{
border-color: #7FBCAB;
}
.TagClassName
{
border-color: #7FBCAB;
}
</style>