Shades of Bole #7D4845
Tints of Bole #7D4845
RGB
CMYK
RGB Variations
Color information
#7D4845 (or 0x7D4845) is known color: Bole. HEX triplet: 7D, 48 and 45. RGB value is (125,72,69). Sum of RGB (Red+Green+Blue) = 125+72+69=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4845 is #82B7BA. Grayscale: #575757. Windows color (decimal): -8566715 or 4540541. OLE color: 4540541.
HSL color Cylindrical-coordinate representation of color #7D4845: hue angle of 3.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 #7D4845 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 69 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.51 |
| HSL | 3.21º | 0.29% | 0.38% | - |
| HSV(B) | 3.21º | 0.45% | 0.49% | - |
| XYZ | 11.85 | 9.42 | 6.82 | - |
| YUV | 87.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 69 | 0 | 0.42 | 0.45 | 0.51 | 3.21 | 0.29 | 0.38 |
| Hex | 7D | 48 | 45 | 0 | 2A | 2D | 33 | 3 | 1D | 26 |
| Octal | 175 | 110 | 105 | 0 | 52 | 55 | 63 | 3 | 35 | 46 |
| Binary | 1111101 | 1001000 | 1000101 | 0 | 101010 | 101101 | 110011 | 11 | 11101 | 100110 |
Color Harmonies of #7D4845
Complementary color
Monochromatic Colors of #7D4845
Black with #7D4845
Text Example
Text Example
White with #7D4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4845; }
p { color: rgb(125,72,69); }
H1.HeaderClassName
{
color: #7D4845;
}
.AnyTagClassName
{
color: #7D4845;
}
</style>
background-color css
<style>
a { background-color: #7D4845; }
a { background-color: rgb(125,72,69); }
div.DivClassName
{
background-color: #7D4845;
}
.BgClassName
{
background-color: #7D4845;
}
</style>
border-color css
<style>
span { border-color: #7D4845; }
span { border-color: rgb(125,72,69); }
td.TdClassName
{
border-color: #7D4845;
}
.TagClassName
{
border-color: #7D4845;
}
</style>