Shades of Bole #7A483F
Tints of Bole #7A483F
RGB
CMYK
RGB Variations
Color information
#7A483F (or 0x7A483F) is known color: Bole. HEX triplet: 7A, 48 and 3F. RGB value is (122,72,63). Sum of RGB (Red+Green+Blue) = 122+72+63=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A483F is #85B7C0. Grayscale: #565656. Windows color (decimal): -8763329 or 4147322. OLE color: 4147322.
HSL color Cylindrical-coordinate representation of color #7A483F: hue angle of 9.15º degrees, saturation: 0.32, 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 #7A483F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 63 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.52 |
| HSL | 9.15º | 0.32% | 0.36% | - |
| HSV(B) | 9.15º | 0.48% | 0.48% | - |
| XYZ | 11.24 | 9.13 | 5.87 | - |
| YUV | 85.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 63 | 0 | 0.41 | 0.48 | 0.52 | 9.15 | 0.32 | 0.36 |
| Hex | 7A | 48 | 3F | 0 | 29 | 30 | 34 | 9 | 20 | 24 |
| Octal | 172 | 110 | 77 | 0 | 51 | 60 | 64 | 11 | 40 | 44 |
| Binary | 1111010 | 1001000 | 111111 | 0 | 101001 | 110000 | 110100 | 1001 | 100000 | 100100 |
Color Harmonies of #7A483F
Complementary color
Monochromatic Colors of #7A483F
Black with #7A483F
Text Example
Text Example
White with #7A483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A483F; }
p { color: rgb(122,72,63); }
H1.HeaderClassName
{
color: #7A483F;
}
.AnyTagClassName
{
color: #7A483F;
}
</style>
background-color css
<style>
a { background-color: #7A483F; }
a { background-color: rgb(122,72,63); }
div.DivClassName
{
background-color: #7A483F;
}
.BgClassName
{
background-color: #7A483F;
}
</style>
border-color css
<style>
span { border-color: #7A483F; }
span { border-color: rgb(122,72,63); }
td.TdClassName
{
border-color: #7A483F;
}
.TagClassName
{
border-color: #7A483F;
}
</style>