Shades of Bole #7A4339
Tints of Bole #7A4339
RGB
CMYK
RGB Variations
Color information
#7A4339 (or 0x7A4339) is known color: Bole. HEX triplet: 7A, 43 and 39. RGB value is (122,67,57). Sum of RGB (Red+Green+Blue) = 122+67+57=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4339 is #85BCC6. Grayscale: #525252. Windows color (decimal): -8764615 or 3752826. OLE color: 3752826.
HSL color Cylindrical-coordinate representation of color #7A4339: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A4339 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 57 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.52 |
| HSL | 9.23º | 0.36% | 0.35% | - |
| HSV(B) | 9.23º | 0.53% | 0.48% | - |
| XYZ | 10.77 | 8.45 | 4.93 | - |
| YUV | 82.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 57 | 0 | 0.45 | 0.53 | 0.52 | 9.23 | 0.36 | 0.35 |
| Hex | 7A | 43 | 39 | 0 | 2D | 35 | 34 | 9 | 24 | 23 |
| Octal | 172 | 103 | 71 | 0 | 55 | 65 | 64 | 11 | 44 | 43 |
| Binary | 1111010 | 1000011 | 111001 | 0 | 101101 | 110101 | 110100 | 1001 | 100100 | 100011 |
Color Harmonies of #7A4339
Complementary color
Monochromatic Colors of #7A4339
Black with #7A4339
Text Example
Text Example
White with #7A4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4339; }
p { color: rgb(122,67,57); }
H1.HeaderClassName
{
color: #7A4339;
}
.AnyTagClassName
{
color: #7A4339;
}
</style>
background-color css
<style>
a { background-color: #7A4339; }
a { background-color: rgb(122,67,57); }
div.DivClassName
{
background-color: #7A4339;
}
.BgClassName
{
background-color: #7A4339;
}
</style>
border-color css
<style>
span { border-color: #7A4339; }
span { border-color: rgb(122,67,57); }
td.TdClassName
{
border-color: #7A4339;
}
.TagClassName
{
border-color: #7A4339;
}
</style>