Shades of Bole #7A413C
Tints of Bole #7A413C
RGB
CMYK
RGB Variations
Color information
#7A413C (or 0x7A413C) is known color: Bole. HEX triplet: 7A, 41 and 3C. RGB value is (122,65,60). Sum of RGB (Red+Green+Blue) = 122+65+60=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A413C is #85BEC3. Grayscale: #515151. Windows color (decimal): -8765124 or 3948922. OLE color: 3948922.
HSL color Cylindrical-coordinate representation of color #7A413C: hue angle of 4.84º 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 #7A413C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 60 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.52 |
| HSL | 4.84º | 0.34% | 0.36% | - |
| HSV(B) | 4.84º | 0.51% | 0.48% | - |
| XYZ | 10.73 | 8.24 | 5.3 | - |
| YUV | 81.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 60 | 0 | 0.47 | 0.51 | 0.52 | 4.84 | 0.34 | 0.36 |
| Hex | 7A | 41 | 3C | 0 | 2F | 33 | 34 | 5 | 22 | 24 |
| Octal | 172 | 101 | 74 | 0 | 57 | 63 | 64 | 5 | 42 | 44 |
| Binary | 1111010 | 1000001 | 111100 | 0 | 101111 | 110011 | 110100 | 101 | 100010 | 100100 |
Color Harmonies of #7A413C
Complementary color
Monochromatic Colors of #7A413C
Black with #7A413C
Text Example
Text Example
White with #7A413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A413C; }
p { color: rgb(122,65,60); }
H1.HeaderClassName
{
color: #7A413C;
}
.AnyTagClassName
{
color: #7A413C;
}
</style>
background-color css
<style>
a { background-color: #7A413C; }
a { background-color: rgb(122,65,60); }
div.DivClassName
{
background-color: #7A413C;
}
.BgClassName
{
background-color: #7A413C;
}
</style>
border-color css
<style>
span { border-color: #7A413C; }
span { border-color: rgb(122,65,60); }
td.TdClassName
{
border-color: #7A413C;
}
.TagClassName
{
border-color: #7A413C;
}
</style>