Shades of Bole #7C4845
Tints of Bole #7C4845
RGB
CMYK
RGB Variations
Color information
#7C4845 (or 0x7C4845) is known color: Bole. HEX triplet: 7C, 48 and 45. RGB value is (124,72,69). Sum of RGB (Red+Green+Blue) = 124+72+69=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4845 is #83B7BA. Grayscale: #575757. Windows color (decimal): -8632251 or 4540540. OLE color: 4540540.
HSL color Cylindrical-coordinate representation of color #7C4845: hue angle of 3.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4845 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 69 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.51 |
| HSL | 3.27º | 0.28% | 0.38% | - |
| HSV(B) | 3.27º | 0.44% | 0.49% | - |
| XYZ | 11.7 | 9.35 | 6.82 | - |
| YUV | 87.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 69 | 0 | 0.42 | 0.44 | 0.51 | 3.27 | 0.28 | 0.38 |
| Hex | 7C | 48 | 45 | 0 | 2A | 2C | 33 | 3 | 1C | 26 |
| Octal | 174 | 110 | 105 | 0 | 52 | 54 | 63 | 3 | 34 | 46 |
| Binary | 1111100 | 1001000 | 1000101 | 0 | 101010 | 101100 | 110011 | 11 | 11100 | 100110 |
Color Harmonies of #7C4845
Complementary color
Monochromatic Colors of #7C4845
Black with #7C4845
Text Example
Text Example
White with #7C4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4845; }
p { color: rgb(124,72,69); }
H1.HeaderClassName
{
color: #7C4845;
}
.AnyTagClassName
{
color: #7C4845;
}
</style>
background-color css
<style>
a { background-color: #7C4845; }
a { background-color: rgb(124,72,69); }
div.DivClassName
{
background-color: #7C4845;
}
.BgClassName
{
background-color: #7C4845;
}
</style>
border-color css
<style>
span { border-color: #7C4845; }
span { border-color: rgb(124,72,69); }
td.TdClassName
{
border-color: #7C4845;
}
.TagClassName
{
border-color: #7C4845;
}
</style>