Shades of Bole #7C4646
Tints of Bole #7C4646
RGB
CMYK
RGB Variations
Color information
#7C4646 (or 0x7C4646) is known color: Bole. HEX triplet: 7C, 46 and 46. RGB value is (124,70,70). Sum of RGB (Red+Green+Blue) = 124+70+70=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4646 is #83B9B9. Grayscale: #565656. Windows color (decimal): -8632762 or 4605564. OLE color: 4605564.
HSL color Cylindrical-coordinate representation of color #7C4646: hue angle of 0º 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 #7C4646 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 70 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.51 |
| HSL | 0º | 0.28% | 0.38% | - |
| HSV(B) | 0º | 0.44% | 0.49% | - |
| XYZ | 11.61 | 9.11 | 6.94 | - |
| YUV | 86.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 70 | 0 | 0.44 | 0.44 | 0.51 | 0 | 0.28 | 0.38 |
| Hex | 7C | 46 | 46 | 0 | 2C | 2C | 33 | 0 | 1C | 26 |
| Octal | 174 | 106 | 106 | 0 | 54 | 54 | 63 | 0 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1000110 | 0 | 101100 | 101100 | 110011 | 0 | 11100 | 100110 |
Color Harmonies of #7C4646
Complementary color
Monochromatic Colors of #7C4646
Black with #7C4646
Text Example
Text Example
White with #7C4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4646; }
p { color: rgb(124,70,70); }
H1.HeaderClassName
{
color: #7C4646;
}
.AnyTagClassName
{
color: #7C4646;
}
</style>
background-color css
<style>
a { background-color: #7C4646; }
a { background-color: rgb(124,70,70); }
div.DivClassName
{
background-color: #7C4646;
}
.BgClassName
{
background-color: #7C4646;
}
</style>
border-color css
<style>
span { border-color: #7C4646; }
span { border-color: rgb(124,70,70); }
td.TdClassName
{
border-color: #7C4646;
}
.TagClassName
{
border-color: #7C4646;
}
</style>