Shades of Bole #7A4040
Tints of Bole #7A4040
RGB
CMYK
RGB Variations
Color information
#7A4040 (or 0x7A4040) is known color: Bole. HEX triplet: 7A, 40 and 40. RGB value is (122,64,64). Sum of RGB (Red+Green+Blue) = 122+64+64=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4040 is #85BFBF. Grayscale: #515151. Windows color (decimal): -8765376 or 4210810. OLE color: 4210810.
HSL color Cylindrical-coordinate representation of color #7A4040: hue angle of 0º 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 #7A4040 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 64 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.52 |
| HSL | 0º | 0.31% | 0.36% | - |
| HSV(B) | 0º | 0.48% | 0.48% | - |
| XYZ | 10.78 | 8.17 | 5.86 | - |
| YUV | 81.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 64 | 0 | 0.48 | 0.48 | 0.52 | 0 | 0.31 | 0.36 |
| Hex | 7A | 40 | 40 | 0 | 30 | 30 | 34 | 0 | 1F | 24 |
| Octal | 172 | 100 | 100 | 0 | 60 | 60 | 64 | 0 | 37 | 44 |
| Binary | 1111010 | 1000000 | 1000000 | 0 | 110000 | 110000 | 110100 | 0 | 11111 | 100100 |
Color Harmonies of #7A4040
Complementary color
Monochromatic Colors of #7A4040
Black with #7A4040
Text Example
Text Example
White with #7A4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4040; }
p { color: rgb(122,64,64); }
H1.HeaderClassName
{
color: #7A4040;
}
.AnyTagClassName
{
color: #7A4040;
}
</style>
background-color css
<style>
a { background-color: #7A4040; }
a { background-color: rgb(122,64,64); }
div.DivClassName
{
background-color: #7A4040;
}
.BgClassName
{
background-color: #7A4040;
}
</style>
border-color css
<style>
span { border-color: #7A4040; }
span { border-color: rgb(122,64,64); }
td.TdClassName
{
border-color: #7A4040;
}
.TagClassName
{
border-color: #7A4040;
}
</style>