Shades of Bole #7C4641
Tints of Bole #7C4641
RGB
CMYK
RGB Variations
Color information
#7C4641 (or 0x7C4641) is known color: Bole. HEX triplet: 7C, 46 and 41. RGB value is (124,70,65). Sum of RGB (Red+Green+Blue) = 124+70+65=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4641 is #83B9BE. Grayscale: #555555. Windows color (decimal): -8632767 or 4277884. OLE color: 4277884.
HSL color Cylindrical-coordinate representation of color #7C4641: hue angle of 5.08º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4641 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 65 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.51 |
| HSL | 5.08º | 0.31% | 0.37% | - |
| HSV(B) | 5.08º | 0.48% | 0.49% | - |
| XYZ | 11.46 | 9.05 | 6.14 | - |
| YUV | 85.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 65 | 0 | 0.44 | 0.48 | 0.51 | 5.08 | 0.31 | 0.37 |
| Hex | 7C | 46 | 41 | 0 | 2C | 30 | 33 | 5 | 1F | 25 |
| Octal | 174 | 106 | 101 | 0 | 54 | 60 | 63 | 5 | 37 | 45 |
| Binary | 1111100 | 1000110 | 1000001 | 0 | 101100 | 110000 | 110011 | 101 | 11111 | 100101 |
Color Harmonies of #7C4641
Complementary color
Monochromatic Colors of #7C4641
Black with #7C4641
Text Example
Text Example
White with #7C4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4641; }
p { color: rgb(124,70,65); }
H1.HeaderClassName
{
color: #7C4641;
}
.AnyTagClassName
{
color: #7C4641;
}
</style>
background-color css
<style>
a { background-color: #7C4641; }
a { background-color: rgb(124,70,65); }
div.DivClassName
{
background-color: #7C4641;
}
.BgClassName
{
background-color: #7C4641;
}
</style>
border-color css
<style>
span { border-color: #7C4641; }
span { border-color: rgb(124,70,65); }
td.TdClassName
{
border-color: #7C4641;
}
.TagClassName
{
border-color: #7C4641;
}
</style>