Shades of Bole #7F4640
Tints of Bole #7F4640
RGB
CMYK
RGB Variations
Color information
#7F4640 (or 0x7F4640) is known color: Bole. HEX triplet: 7F, 46 and 40. RGB value is (127,70,64). Sum of RGB (Red+Green+Blue) = 127+70+64=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4640 is #80B9BF. Grayscale: #565656. Windows color (decimal): -8436160 or 4212351. OLE color: 4212351.
HSL color Cylindrical-coordinate representation of color #7F4640: hue angle of 5.71º degrees, saturation: 0.33, 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 #7F4640 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 64 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.50 |
| HSL | 5.71º | 0.33% | 0.37% | - |
| HSV(B) | 5.71º | 0.5% | 0.5% | - |
| XYZ | 11.87 | 9.26 | 6.01 | - |
| YUV | 86.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 64 | 0 | 0.45 | 0.50 | 0.50 | 5.71 | 0.33 | 0.37 |
| Hex | 7F | 46 | 40 | 0 | 2D | 32 | 32 | 6 | 21 | 25 |
| Octal | 177 | 106 | 100 | 0 | 55 | 62 | 62 | 6 | 41 | 45 |
| Binary | 1111111 | 1000110 | 1000000 | 0 | 101101 | 110010 | 110010 | 110 | 100001 | 100101 |
Color Harmonies of #7F4640
Complementary color
Monochromatic Colors of #7F4640
Black with #7F4640
Text Example
Text Example
White with #7F4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4640; }
p { color: rgb(127,70,64); }
H1.HeaderClassName
{
color: #7F4640;
}
.AnyTagClassName
{
color: #7F4640;
}
</style>
background-color css
<style>
a { background-color: #7F4640; }
a { background-color: rgb(127,70,64); }
div.DivClassName
{
background-color: #7F4640;
}
.BgClassName
{
background-color: #7F4640;
}
</style>
border-color css
<style>
span { border-color: #7F4640; }
span { border-color: rgb(127,70,64); }
td.TdClassName
{
border-color: #7F4640;
}
.TagClassName
{
border-color: #7F4640;
}
</style>