Shades of Monte Carlo #7FBFAC
Tints of Monte Carlo #7FBFAC
RGB
CMYK
RGB Variations
Color information
#7FBFAC (or 0x7FBFAC) is known color: Monte Carlo. HEX triplet: 7F, BF and AC. RGB value is (127,191,172). Sum of RGB (Red+Green+Blue) = 127+191+172=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBFAC is #804053. Grayscale: #A9A9A9. Windows color (decimal): -8405076 or 11321215. OLE color: 11321215.
HSL color Cylindrical-coordinate representation of color #7FBFAC: hue angle of 162.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBFAC is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 172 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.25 |
| HSL | 162.19º | 0.33% | 0.62% | - |
| HSV(B) | 162.19º | 0.34% | 0.75% | - |
| XYZ | 34.83 | 44.75 | 45.83 | - |
| YUV | 169.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 172 | 0.34 | 0 | 0.10 | 0.25 | 162.19 | 0.33 | 0.62 |
| Hex | 7F | BF | AC | 22 | 0 | A | 19 | A2 | 21 | 3E |
| Octal | 177 | 277 | 254 | 42 | 0 | 12 | 31 | 242 | 41 | 76 |
| Binary | 1111111 | 10111111 | 10101100 | 100010 | 0 | 1010 | 11001 | 10100010 | 100001 | 111110 |
Color Harmonies of #7FBFAC
Complementary color
Monochromatic Colors of #7FBFAC
Black with #7FBFAC
Text Example
Text Example
White with #7FBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFAC; }
p { color: rgb(127,191,172); }
H1.HeaderClassName
{
color: #7FBFAC;
}
.AnyTagClassName
{
color: #7FBFAC;
}
</style>
background-color css
<style>
a { background-color: #7FBFAC; }
a { background-color: rgb(127,191,172); }
div.DivClassName
{
background-color: #7FBFAC;
}
.BgClassName
{
background-color: #7FBFAC;
}
</style>
border-color css
<style>
span { border-color: #7FBFAC; }
span { border-color: rgb(127,191,172); }
td.TdClassName
{
border-color: #7FBFAC;
}
.TagClassName
{
border-color: #7FBFAC;
}
</style>