Shades of Bole #7A4A43
Tints of Bole #7A4A43
RGB
CMYK
RGB Variations
Color information
#7A4A43 (or 0x7A4A43) is known color: Bole. HEX triplet: 7A, 4A and 43. RGB value is (122,74,67). Sum of RGB (Red+Green+Blue) = 122+74+67=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A43 is #85B5BC. Grayscale: #575757. Windows color (decimal): -8762813 or 4409978. OLE color: 4409978.
HSL color Cylindrical-coordinate representation of color #7A4A43: hue angle of 7.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4A43 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 67 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.52 |
| HSL | 7.64º | 0.29% | 0.37% | - |
| HSV(B) | 7.64º | 0.45% | 0.48% | - |
| XYZ | 11.49 | 9.44 | 6.53 | - |
| YUV | 87.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 67 | 0 | 0.39 | 0.45 | 0.52 | 7.64 | 0.29 | 0.37 |
| Hex | 7A | 4A | 43 | 0 | 27 | 2D | 34 | 8 | 1D | 25 |
| Octal | 172 | 112 | 103 | 0 | 47 | 55 | 64 | 10 | 35 | 45 |
| Binary | 1111010 | 1001010 | 1000011 | 0 | 100111 | 101101 | 110100 | 1000 | 11101 | 100101 |
Color Harmonies of #7A4A43
Complementary color
Monochromatic Colors of #7A4A43
Black with #7A4A43
Text Example
Text Example
White with #7A4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A43; }
p { color: rgb(122,74,67); }
H1.HeaderClassName
{
color: #7A4A43;
}
.AnyTagClassName
{
color: #7A4A43;
}
</style>
background-color css
<style>
a { background-color: #7A4A43; }
a { background-color: rgb(122,74,67); }
div.DivClassName
{
background-color: #7A4A43;
}
.BgClassName
{
background-color: #7A4A43;
}
</style>
border-color css
<style>
span { border-color: #7A4A43; }
span { border-color: rgb(122,74,67); }
td.TdClassName
{
border-color: #7A4A43;
}
.TagClassName
{
border-color: #7A4A43;
}
</style>