Shades of Bole #7D4746
Tints of Bole #7D4746
RGB
CMYK
RGB Variations
Color information
#7D4746 (or 0x7D4746) is known color: Bole. HEX triplet: 7D, 47 and 46. RGB value is (125,71,70). Sum of RGB (Red+Green+Blue) = 125+71+70=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4746 is #82B8B9. Grayscale: #575757. Windows color (decimal): -8566970 or 4605821. OLE color: 4605821.
HSL color Cylindrical-coordinate representation of color #7D4746: hue angle of 1.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4746 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 70 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.51 |
| HSL | 1.09º | 0.28% | 0.38% | - |
| HSV(B) | 1.09º | 0.44% | 0.49% | - |
| XYZ | 11.82 | 9.31 | 6.97 | - |
| YUV | 87.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 70 | 0 | 0.43 | 0.44 | 0.51 | 1.09 | 0.28 | 0.38 |
| Hex | 7D | 47 | 46 | 0 | 2B | 2C | 33 | 1 | 1C | 26 |
| Octal | 175 | 107 | 106 | 0 | 53 | 54 | 63 | 1 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1000110 | 0 | 101011 | 101100 | 110011 | 1 | 11100 | 100110 |
Color Harmonies of #7D4746
Complementary color
Monochromatic Colors of #7D4746
Black with #7D4746
Text Example
Text Example
White with #7D4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4746; }
p { color: rgb(125,71,70); }
H1.HeaderClassName
{
color: #7D4746;
}
.AnyTagClassName
{
color: #7D4746;
}
</style>
background-color css
<style>
a { background-color: #7D4746; }
a { background-color: rgb(125,71,70); }
div.DivClassName
{
background-color: #7D4746;
}
.BgClassName
{
background-color: #7D4746;
}
</style>
border-color css
<style>
span { border-color: #7D4746; }
span { border-color: rgb(125,71,70); }
td.TdClassName
{
border-color: #7D4746;
}
.TagClassName
{
border-color: #7D4746;
}
</style>