Shades of Bole #7E473E
Tints of Bole #7E473E
RGB
CMYK
RGB Variations
Color information
#7E473E (or 0x7E473E) is known color: Bole. HEX triplet: 7E, 47 and 3E. RGB value is (126,71,62). Sum of RGB (Red+Green+Blue) = 126+71+62=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E473E is #81B8C1. Grayscale: #565656. Windows color (decimal): -8501442 or 4081534. OLE color: 4081534.
HSL color Cylindrical-coordinate representation of color #7E473E: hue angle of 8.44º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E473E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 62 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.51 |
| HSL | 8.44º | 0.34% | 0.37% | - |
| HSV(B) | 8.44º | 0.51% | 0.49% | - |
| XYZ | 11.73 | 9.29 | 5.73 | - |
| YUV | 86.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 62 | 0 | 0.44 | 0.51 | 0.51 | 8.44 | 0.34 | 0.37 |
| Hex | 7E | 47 | 3E | 0 | 2C | 33 | 33 | 8 | 22 | 25 |
| Octal | 176 | 107 | 76 | 0 | 54 | 63 | 63 | 10 | 42 | 45 |
| Binary | 1111110 | 1000111 | 111110 | 0 | 101100 | 110011 | 110011 | 1000 | 100010 | 100101 |
Color Harmonies of #7E473E
Complementary color
Monochromatic Colors of #7E473E
Black with #7E473E
Text Example
Text Example
White with #7E473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E473E; }
p { color: rgb(126,71,62); }
H1.HeaderClassName
{
color: #7E473E;
}
.AnyTagClassName
{
color: #7E473E;
}
</style>
background-color css
<style>
a { background-color: #7E473E; }
a { background-color: rgb(126,71,62); }
div.DivClassName
{
background-color: #7E473E;
}
.BgClassName
{
background-color: #7E473E;
}
</style>
border-color css
<style>
span { border-color: #7E473E; }
span { border-color: rgb(126,71,62); }
td.TdClassName
{
border-color: #7E473E;
}
.TagClassName
{
border-color: #7E473E;
}
</style>