Shades of Bole #7A4847
Tints of Bole #7A4847
RGB
CMYK
RGB Variations
Color information
#7A4847 (or 0x7A4847) is known color: Bole. HEX triplet: 7A, 48 and 47. RGB value is (122,72,71). Sum of RGB (Red+Green+Blue) = 122+72+71=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4847 is #85B7B8. Grayscale: #565656. Windows color (decimal): -8763321 or 4671610. OLE color: 4671610.
HSL color Cylindrical-coordinate representation of color #7A4847: hue angle of 1.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4847 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 71 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.52 |
| HSL | 1.18º | 0.26% | 0.38% | - |
| HSV(B) | 1.18º | 0.42% | 0.48% | - |
| XYZ | 11.48 | 9.23 | 7.14 | - |
| YUV | 86.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 71 | 0 | 0.41 | 0.42 | 0.52 | 1.18 | 0.26 | 0.38 |
| Hex | 7A | 48 | 47 | 0 | 29 | 2A | 34 | 1 | 1A | 26 |
| Octal | 172 | 110 | 107 | 0 | 51 | 52 | 64 | 1 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1000111 | 0 | 101001 | 101010 | 110100 | 1 | 11010 | 100110 |
Color Harmonies of #7A4847
Complementary color
Monochromatic Colors of #7A4847
Black with #7A4847
Text Example
Text Example
White with #7A4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4847; }
p { color: rgb(122,72,71); }
H1.HeaderClassName
{
color: #7A4847;
}
.AnyTagClassName
{
color: #7A4847;
}
</style>
background-color css
<style>
a { background-color: #7A4847; }
a { background-color: rgb(122,72,71); }
div.DivClassName
{
background-color: #7A4847;
}
.BgClassName
{
background-color: #7A4847;
}
</style>
border-color css
<style>
span { border-color: #7A4847; }
span { border-color: rgb(122,72,71); }
td.TdClassName
{
border-color: #7A4847;
}
.TagClassName
{
border-color: #7A4847;
}
</style>