Shades of Bole #7A463A
Tints of Bole #7A463A
RGB
CMYK
RGB Variations
Color information
#7A463A (or 0x7A463A) is known color: Bole. HEX triplet: 7A, 46 and 3A. RGB value is (122,70,58). Sum of RGB (Red+Green+Blue) = 122+70+58=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A463A is #85B9C5. Grayscale: #545454. Windows color (decimal): -8763846 or 3819130. OLE color: 3819130.
HSL color Cylindrical-coordinate representation of color #7A463A: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A463A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 58 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.52 |
| HSL | 11.25º | 0.36% | 0.35% | - |
| HSV(B) | 11.25º | 0.52% | 0.48% | - |
| XYZ | 10.98 | 8.82 | 5.13 | - |
| YUV | 84.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 58 | 0 | 0.43 | 0.52 | 0.52 | 11.25 | 0.36 | 0.35 |
| Hex | 7A | 46 | 3A | 0 | 2B | 34 | 34 | B | 24 | 23 |
| Octal | 172 | 106 | 72 | 0 | 53 | 64 | 64 | 13 | 44 | 43 |
| Binary | 1111010 | 1000110 | 111010 | 0 | 101011 | 110100 | 110100 | 1011 | 100100 | 100011 |
Color Harmonies of #7A463A
Complementary color
Monochromatic Colors of #7A463A
Black with #7A463A
Text Example
Text Example
White with #7A463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A463A; }
p { color: rgb(122,70,58); }
H1.HeaderClassName
{
color: #7A463A;
}
.AnyTagClassName
{
color: #7A463A;
}
</style>
background-color css
<style>
a { background-color: #7A463A; }
a { background-color: rgb(122,70,58); }
div.DivClassName
{
background-color: #7A463A;
}
.BgClassName
{
background-color: #7A463A;
}
</style>
border-color css
<style>
span { border-color: #7A463A; }
span { border-color: rgb(122,70,58); }
td.TdClassName
{
border-color: #7A463A;
}
.TagClassName
{
border-color: #7A463A;
}
</style>