Shades of Bole #7E4945
Tints of Bole #7E4945
RGB
CMYK
RGB Variations
Color information
#7E4945 (or 0x7E4945) is known color: Bole. HEX triplet: 7E, 49 and 45. RGB value is (126,73,69). Sum of RGB (Red+Green+Blue) = 126+73+69=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4945 is #81B6BA. Grayscale: #585858. Windows color (decimal): -8500923 or 4540798. OLE color: 4540798.
HSL color Cylindrical-coordinate representation of color #7E4945: hue angle of 4.21º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E4945 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 73 | 69 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.51 |
| HSL | 4.21º | 0.29% | 0.38% | - |
| HSV(B) | 4.21º | 0.45% | 0.49% | - |
| XYZ | 12.06 | 9.63 | 6.85 | - |
| YUV | 88.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 69 | 0 | 0.42 | 0.45 | 0.51 | 4.21 | 0.29 | 0.38 |
| Hex | 7E | 49 | 45 | 0 | 2A | 2D | 33 | 4 | 1D | 26 |
| Octal | 176 | 111 | 105 | 0 | 52 | 55 | 63 | 4 | 35 | 46 |
| Binary | 1111110 | 1001001 | 1000101 | 0 | 101010 | 101101 | 110011 | 100 | 11101 | 100110 |
Color Harmonies of #7E4945
Complementary color
Monochromatic Colors of #7E4945
Black with #7E4945
Text Example
Text Example
White with #7E4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4945; }
p { color: rgb(126,73,69); }
H1.HeaderClassName
{
color: #7E4945;
}
.AnyTagClassName
{
color: #7E4945;
}
</style>
background-color css
<style>
a { background-color: #7E4945; }
a { background-color: rgb(126,73,69); }
div.DivClassName
{
background-color: #7E4945;
}
.BgClassName
{
background-color: #7E4945;
}
</style>
border-color css
<style>
span { border-color: #7E4945; }
span { border-color: rgb(126,73,69); }
td.TdClassName
{
border-color: #7E4945;
}
.TagClassName
{
border-color: #7E4945;
}
</style>