Shades of Bole #7A423C
Tints of Bole #7A423C
RGB
CMYK
RGB Variations
Color information
#7A423C (or 0x7A423C) is known color: Bole. HEX triplet: 7A, 42 and 3C. RGB value is (122,66,60). Sum of RGB (Red+Green+Blue) = 122+66+60=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A423C is #85BDC3. Grayscale: #525252. Windows color (decimal): -8764868 or 3949178. OLE color: 3949178.
HSL color Cylindrical-coordinate representation of color #7A423C: hue angle of 5.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A423C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 60 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.52 |
| HSL | 5.81º | 0.34% | 0.36% | - |
| HSV(B) | 5.81º | 0.51% | 0.48% | - |
| XYZ | 10.79 | 8.36 | 5.32 | - |
| YUV | 82.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 60 | 0 | 0.46 | 0.51 | 0.52 | 5.81 | 0.34 | 0.36 |
| Hex | 7A | 42 | 3C | 0 | 2E | 33 | 34 | 6 | 22 | 24 |
| Octal | 172 | 102 | 74 | 0 | 56 | 63 | 64 | 6 | 42 | 44 |
| Binary | 1111010 | 1000010 | 111100 | 0 | 101110 | 110011 | 110100 | 110 | 100010 | 100100 |
Color Harmonies of #7A423C
Complementary color
Monochromatic Colors of #7A423C
Black with #7A423C
Text Example
Text Example
White with #7A423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A423C; }
p { color: rgb(122,66,60); }
H1.HeaderClassName
{
color: #7A423C;
}
.AnyTagClassName
{
color: #7A423C;
}
</style>
background-color css
<style>
a { background-color: #7A423C; }
a { background-color: rgb(122,66,60); }
div.DivClassName
{
background-color: #7A423C;
}
.BgClassName
{
background-color: #7A423C;
}
</style>
border-color css
<style>
span { border-color: #7A423C; }
span { border-color: rgb(122,66,60); }
td.TdClassName
{
border-color: #7A423C;
}
.TagClassName
{
border-color: #7A423C;
}
</style>