Shades of Bole #7D4242
Tints of Bole #7D4242
RGB
CMYK
RGB Variations
Color information
#7D4242 (or 0x7D4242) is known color: Bole. HEX triplet: 7D, 42 and 42. RGB value is (125,66,66). Sum of RGB (Red+Green+Blue) = 125+66+66=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4242 is #82BDBD. Grayscale: #535353. Windows color (decimal): -8568254 or 4342397. OLE color: 4342397.
HSL color Cylindrical-coordinate representation of color #7D4242: hue angle of 0º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4242 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 66 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.51 |
| HSL | 0º | 0.31% | 0.37% | - |
| HSV(B) | 0º | 0.47% | 0.49% | - |
| XYZ | 11.39 | 8.65 | 6.22 | - |
| YUV | 83.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 66 | 0 | 0.47 | 0.47 | 0.51 | 0 | 0.31 | 0.37 |
| Hex | 7D | 42 | 42 | 0 | 2F | 2F | 33 | 0 | 1F | 25 |
| Octal | 175 | 102 | 102 | 0 | 57 | 57 | 63 | 0 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1000010 | 0 | 101111 | 101111 | 110011 | 0 | 11111 | 100101 |
Color Harmonies of #7D4242
Complementary color
Monochromatic Colors of #7D4242
Black with #7D4242
Text Example
Text Example
White with #7D4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4242; }
p { color: rgb(125,66,66); }
H1.HeaderClassName
{
color: #7D4242;
}
.AnyTagClassName
{
color: #7D4242;
}
</style>
background-color css
<style>
a { background-color: #7D4242; }
a { background-color: rgb(125,66,66); }
div.DivClassName
{
background-color: #7D4242;
}
.BgClassName
{
background-color: #7D4242;
}
</style>
border-color css
<style>
span { border-color: #7D4242; }
span { border-color: rgb(125,66,66); }
td.TdClassName
{
border-color: #7D4242;
}
.TagClassName
{
border-color: #7D4242;
}
</style>