Shades of Bole #7A463F
Tints of Bole #7A463F
RGB
CMYK
RGB Variations
Color information
#7A463F (or 0x7A463F) is known color: Bole. HEX triplet: 7A, 46 and 3F. RGB value is (122,70,63). Sum of RGB (Red+Green+Blue) = 122+70+63=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A463F is #85B9C0. Grayscale: #545454. Windows color (decimal): -8763841 or 4146810. OLE color: 4146810.
HSL color Cylindrical-coordinate representation of color #7A463F: hue angle of 7.12º 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 #7A463F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 63 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.52 |
| HSL | 7.12º | 0.32% | 0.36% | - |
| HSV(B) | 7.12º | 0.48% | 0.48% | - |
| XYZ | 11.11 | 8.88 | 5.83 | - |
| YUV | 84.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 63 | 0 | 0.43 | 0.48 | 0.52 | 7.12 | 0.32 | 0.36 |
| Hex | 7A | 46 | 3F | 0 | 2B | 30 | 34 | 7 | 20 | 24 |
| Octal | 172 | 106 | 77 | 0 | 53 | 60 | 64 | 7 | 40 | 44 |
| Binary | 1111010 | 1000110 | 111111 | 0 | 101011 | 110000 | 110100 | 111 | 100000 | 100100 |
Color Harmonies of #7A463F
Complementary color
Monochromatic Colors of #7A463F
Black with #7A463F
Text Example
Text Example
White with #7A463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A463F; }
p { color: rgb(122,70,63); }
H1.HeaderClassName
{
color: #7A463F;
}
.AnyTagClassName
{
color: #7A463F;
}
</style>
background-color css
<style>
a { background-color: #7A463F; }
a { background-color: rgb(122,70,63); }
div.DivClassName
{
background-color: #7A463F;
}
.BgClassName
{
background-color: #7A463F;
}
</style>
border-color css
<style>
span { border-color: #7A463F; }
span { border-color: rgb(122,70,63); }
td.TdClassName
{
border-color: #7A463F;
}
.TagClassName
{
border-color: #7A463F;
}
</style>