Shades of Bole #7A4240
Tints of Bole #7A4240
RGB
CMYK
RGB Variations
Color information
#7A4240 (or 0x7A4240) is known color: Bole. HEX triplet: 7A, 42 and 40. RGB value is (122,66,64). Sum of RGB (Red+Green+Blue) = 122+66+64=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4240 is #85BDBF. Grayscale: #525252. Windows color (decimal): -8764864 or 4211322. OLE color: 4211322.
HSL color Cylindrical-coordinate representation of color #7A4240: hue angle of 2.07º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A4240 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 64 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.52 |
| HSL | 2.07º | 0.31% | 0.36% | - |
| HSV(B) | 2.07º | 0.48% | 0.48% | - |
| XYZ | 10.9 | 8.4 | 5.9 | - |
| YUV | 82.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 64 | 0 | 0.46 | 0.48 | 0.52 | 2.07 | 0.31 | 0.36 |
| Hex | 7A | 42 | 40 | 0 | 2E | 30 | 34 | 2 | 1F | 24 |
| Octal | 172 | 102 | 100 | 0 | 56 | 60 | 64 | 2 | 37 | 44 |
| Binary | 1111010 | 1000010 | 1000000 | 0 | 101110 | 110000 | 110100 | 10 | 11111 | 100100 |
Color Harmonies of #7A4240
Complementary color
Monochromatic Colors of #7A4240
Black with #7A4240
Text Example
Text Example
White with #7A4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4240; }
p { color: rgb(122,66,64); }
H1.HeaderClassName
{
color: #7A4240;
}
.AnyTagClassName
{
color: #7A4240;
}
</style>
background-color css
<style>
a { background-color: #7A4240; }
a { background-color: rgb(122,66,64); }
div.DivClassName
{
background-color: #7A4240;
}
.BgClassName
{
background-color: #7A4240;
}
</style>
border-color css
<style>
span { border-color: #7A4240; }
span { border-color: rgb(122,66,64); }
td.TdClassName
{
border-color: #7A4240;
}
.TagClassName
{
border-color: #7A4240;
}
</style>