Shades of Monte Carlo #7FBFAF
Tints of Monte Carlo #7FBFAF
RGB
CMYK
RGB Variations
Color information
#7FBFAF (or 0x7FBFAF) is known color: Monte Carlo. HEX triplet: 7F, BF and AF. RGB value is (127,191,175). Sum of RGB (Red+Green+Blue) = 127+191+175=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBFAF is #804050. Grayscale: #AAAAAA. Windows color (decimal): -8405073 or 11517823. OLE color: 11517823.
HSL color Cylindrical-coordinate representation of color #7FBFAF: hue angle of 165º 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 #7FBFAF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 175 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.25 |
| HSL | 165º | 0.33% | 0.62% | - |
| HSV(B) | 165º | 0.34% | 0.75% | - |
| XYZ | 35.12 | 44.87 | 47.37 | - |
| YUV | 170.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 175 | 0.34 | 0 | 0.08 | 0.25 | 165 | 0.33 | 0.62 |
| Hex | 7F | BF | AF | 22 | 0 | 8 | 19 | A5 | 21 | 3E |
| Octal | 177 | 277 | 257 | 42 | 0 | 10 | 31 | 245 | 41 | 76 |
| Binary | 1111111 | 10111111 | 10101111 | 100010 | 0 | 1000 | 11001 | 10100101 | 100001 | 111110 |
Color Harmonies of #7FBFAF
Complementary color
Monochromatic Colors of #7FBFAF
Black with #7FBFAF
Text Example
Text Example
White with #7FBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFAF; }
p { color: rgb(127,191,175); }
H1.HeaderClassName
{
color: #7FBFAF;
}
.AnyTagClassName
{
color: #7FBFAF;
}
</style>
background-color css
<style>
a { background-color: #7FBFAF; }
a { background-color: rgb(127,191,175); }
div.DivClassName
{
background-color: #7FBFAF;
}
.BgClassName
{
background-color: #7FBFAF;
}
</style>
border-color css
<style>
span { border-color: #7FBFAF; }
span { border-color: rgb(127,191,175); }
td.TdClassName
{
border-color: #7FBFAF;
}
.TagClassName
{
border-color: #7FBFAF;
}
</style>