Shades of Bole #7B4847
Tints of Bole #7B4847
RGB
CMYK
RGB Variations
Color information
#7B4847 (or 0x7B4847) is known color: Bole. HEX triplet: 7B, 48 and 47. RGB value is (123,72,71). Sum of RGB (Red+Green+Blue) = 123+72+71=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4847 is #84B7B8. Grayscale: #575757. Windows color (decimal): -8697785 or 4671611. OLE color: 4671611.
HSL color Cylindrical-coordinate representation of color #7B4847: hue angle of 1.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B4847 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 71 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.52 |
| HSL | 1.15º | 0.27% | 0.38% | - |
| HSV(B) | 1.15º | 0.42% | 0.48% | - |
| XYZ | 11.62 | 9.3 | 7.14 | - |
| YUV | 87.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 71 | 0 | 0.41 | 0.42 | 0.52 | 1.15 | 0.27 | 0.38 |
| Hex | 7B | 48 | 47 | 0 | 29 | 2A | 34 | 1 | 1B | 26 |
| Octal | 173 | 110 | 107 | 0 | 51 | 52 | 64 | 1 | 33 | 46 |
| Binary | 1111011 | 1001000 | 1000111 | 0 | 101001 | 101010 | 110100 | 1 | 11011 | 100110 |
Color Harmonies of #7B4847
Complementary color
Monochromatic Colors of #7B4847
Black with #7B4847
Text Example
Text Example
White with #7B4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4847; }
p { color: rgb(123,72,71); }
H1.HeaderClassName
{
color: #7B4847;
}
.AnyTagClassName
{
color: #7B4847;
}
</style>
background-color css
<style>
a { background-color: #7B4847; }
a { background-color: rgb(123,72,71); }
div.DivClassName
{
background-color: #7B4847;
}
.BgClassName
{
background-color: #7B4847;
}
</style>
border-color css
<style>
span { border-color: #7B4847; }
span { border-color: rgb(123,72,71); }
td.TdClassName
{
border-color: #7B4847;
}
.TagClassName
{
border-color: #7B4847;
}
</style>