Shades of Bole #7C4840
Tints of Bole #7C4840
RGB
CMYK
RGB Variations
Color information
#7C4840 (or 0x7C4840) is known color: Bole. HEX triplet: 7C, 48 and 40. RGB value is (124,72,64). Sum of RGB (Red+Green+Blue) = 124+72+64=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4840 is #83B7BF. Grayscale: #565656. Windows color (decimal): -8632256 or 4212860. OLE color: 4212860.
HSL color Cylindrical-coordinate representation of color #7C4840: hue angle of 8º degrees, saturation: 0.32, 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 #7C4840 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 64 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.51 |
| HSL | 8º | 0.32% | 0.37% | - |
| HSV(B) | 8º | 0.48% | 0.49% | - |
| XYZ | 11.55 | 9.29 | 6.03 | - |
| YUV | 86.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 64 | 0 | 0.42 | 0.48 | 0.51 | 8 | 0.32 | 0.37 |
| Hex | 7C | 48 | 40 | 0 | 2A | 30 | 33 | 8 | 20 | 25 |
| Octal | 174 | 110 | 100 | 0 | 52 | 60 | 63 | 10 | 40 | 45 |
| Binary | 1111100 | 1001000 | 1000000 | 0 | 101010 | 110000 | 110011 | 1000 | 100000 | 100101 |
Color Harmonies of #7C4840
Complementary color
Monochromatic Colors of #7C4840
Black with #7C4840
Text Example
Text Example
White with #7C4840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4840; }
p { color: rgb(124,72,64); }
H1.HeaderClassName
{
color: #7C4840;
}
.AnyTagClassName
{
color: #7C4840;
}
</style>
background-color css
<style>
a { background-color: #7C4840; }
a { background-color: rgb(124,72,64); }
div.DivClassName
{
background-color: #7C4840;
}
.BgClassName
{
background-color: #7C4840;
}
</style>
border-color css
<style>
span { border-color: #7C4840; }
span { border-color: rgb(124,72,64); }
td.TdClassName
{
border-color: #7C4840;
}
.TagClassName
{
border-color: #7C4840;
}
</style>