Shades of Bole #7F463F
Tints of Bole #7F463F
RGB
CMYK
RGB Variations
Color information
#7F463F (or 0x7F463F) is known color: Bole. HEX triplet: 7F, 46 and 3F. RGB value is (127,70,63). Sum of RGB (Red+Green+Blue) = 127+70+63=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F463F is #80B9C0. Grayscale: #565656. Windows color (decimal): -8436161 or 4146815. OLE color: 4146815.
HSL color Cylindrical-coordinate representation of color #7F463F: hue angle of 6.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F463F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 63 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.50 |
| HSL | 6.56º | 0.34% | 0.37% | - |
| HSV(B) | 6.56º | 0.5% | 0.5% | - |
| XYZ | 11.84 | 9.25 | 5.86 | - |
| YUV | 86.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 63 | 0 | 0.45 | 0.50 | 0.50 | 6.56 | 0.34 | 0.37 |
| Hex | 7F | 46 | 3F | 0 | 2D | 32 | 32 | 7 | 22 | 25 |
| Octal | 177 | 106 | 77 | 0 | 55 | 62 | 62 | 7 | 42 | 45 |
| Binary | 1111111 | 1000110 | 111111 | 0 | 101101 | 110010 | 110010 | 111 | 100010 | 100101 |
Color Harmonies of #7F463F
Complementary color
Monochromatic Colors of #7F463F
Black with #7F463F
Text Example
Text Example
White with #7F463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F463F; }
p { color: rgb(127,70,63); }
H1.HeaderClassName
{
color: #7F463F;
}
.AnyTagClassName
{
color: #7F463F;
}
</style>
background-color css
<style>
a { background-color: #7F463F; }
a { background-color: rgb(127,70,63); }
div.DivClassName
{
background-color: #7F463F;
}
.BgClassName
{
background-color: #7F463F;
}
</style>
border-color css
<style>
span { border-color: #7F463F; }
span { border-color: rgb(127,70,63); }
td.TdClassName
{
border-color: #7F463F;
}
.TagClassName
{
border-color: #7F463F;
}
</style>