Shades of Bole #7D4545
Tints of Bole #7D4545
RGB
CMYK
RGB Variations
Color information
#7D4545 (or 0x7D4545) is known color: Bole. HEX triplet: 7D, 45 and 45. RGB value is (125,69,69). Sum of RGB (Red+Green+Blue) = 125+69+69=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4545 is #82BABA. Grayscale: #555555. Windows color (decimal): -8567483 or 4539773. OLE color: 4539773.
HSL color Cylindrical-coordinate representation of color #7D4545: hue angle of 0º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D4545 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 69 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.51 |
| HSL | 0º | 0.29% | 0.38% | - |
| HSV(B) | 0º | 0.45% | 0.49% | - |
| XYZ | 11.66 | 9.05 | 6.76 | - |
| YUV | 85.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 69 | 0 | 0.45 | 0.45 | 0.51 | 0 | 0.29 | 0.38 |
| Hex | 7D | 45 | 45 | 0 | 2D | 2D | 33 | 0 | 1D | 26 |
| Octal | 175 | 105 | 105 | 0 | 55 | 55 | 63 | 0 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1000101 | 0 | 101101 | 101101 | 110011 | 0 | 11101 | 100110 |
Color Harmonies of #7D4545
Complementary color
Monochromatic Colors of #7D4545
Black with #7D4545
Text Example
Text Example
White with #7D4545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4545; }
p { color: rgb(125,69,69); }
H1.HeaderClassName
{
color: #7D4545;
}
.AnyTagClassName
{
color: #7D4545;
}
</style>
background-color css
<style>
a { background-color: #7D4545; }
a { background-color: rgb(125,69,69); }
div.DivClassName
{
background-color: #7D4545;
}
.BgClassName
{
background-color: #7D4545;
}
</style>
border-color css
<style>
span { border-color: #7D4545; }
span { border-color: rgb(125,69,69); }
td.TdClassName
{
border-color: #7D4545;
}
.TagClassName
{
border-color: #7D4545;
}
</style>