Shades of Bole #7A4A41
Tints of Bole #7A4A41
RGB
CMYK
RGB Variations
Color information
#7A4A41 (or 0x7A4A41) is known color: Bole. HEX triplet: 7A, 4A and 41. RGB value is (122,74,65). Sum of RGB (Red+Green+Blue) = 122+74+65=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A41 is #85B5BE. Grayscale: #575757. Windows color (decimal): -8762815 or 4278906. OLE color: 4278906.
HSL color Cylindrical-coordinate representation of color #7A4A41: hue angle of 9.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A4A41 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 65 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.52 |
| HSL | 9.47º | 0.3% | 0.37% | - |
| HSV(B) | 9.47º | 0.47% | 0.48% | - |
| XYZ | 11.43 | 9.42 | 6.22 | - |
| YUV | 87.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 65 | 0 | 0.39 | 0.47 | 0.52 | 9.47 | 0.3 | 0.37 |
| Hex | 7A | 4A | 41 | 0 | 27 | 2F | 34 | 9 | 1E | 25 |
| Octal | 172 | 112 | 101 | 0 | 47 | 57 | 64 | 11 | 36 | 45 |
| Binary | 1111010 | 1001010 | 1000001 | 0 | 100111 | 101111 | 110100 | 1001 | 11110 | 100101 |
Color Harmonies of #7A4A41
Complementary color
Monochromatic Colors of #7A4A41
Black with #7A4A41
Text Example
Text Example
White with #7A4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A41; }
p { color: rgb(122,74,65); }
H1.HeaderClassName
{
color: #7A4A41;
}
.AnyTagClassName
{
color: #7A4A41;
}
</style>
background-color css
<style>
a { background-color: #7A4A41; }
a { background-color: rgb(122,74,65); }
div.DivClassName
{
background-color: #7A4A41;
}
.BgClassName
{
background-color: #7A4A41;
}
</style>
border-color css
<style>
span { border-color: #7A4A41; }
span { border-color: rgb(122,74,65); }
td.TdClassName
{
border-color: #7A4A41;
}
.TagClassName
{
border-color: #7A4A41;
}
</style>