Shades of Bole #7B4843
Tints of Bole #7B4843
RGB
CMYK
RGB Variations
Color information
#7B4843 (or 0x7B4843) is known color: Bole. HEX triplet: 7B, 48 and 43. RGB value is (123,72,67). Sum of RGB (Red+Green+Blue) = 123+72+67=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4843 is #84B7BC. Grayscale: #565656. Windows color (decimal): -8697789 or 4409467. OLE color: 4409467.
HSL color Cylindrical-coordinate representation of color #7B4843: hue angle of 5.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4843 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 67 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.52 |
| HSL | 5.36º | 0.29% | 0.37% | - |
| HSV(B) | 5.36º | 0.46% | 0.48% | - |
| XYZ | 11.5 | 9.25 | 6.49 | - |
| YUV | 86.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 67 | 0 | 0.41 | 0.46 | 0.52 | 5.36 | 0.29 | 0.37 |
| Hex | 7B | 48 | 43 | 0 | 29 | 2E | 34 | 5 | 1D | 25 |
| Octal | 173 | 110 | 103 | 0 | 51 | 56 | 64 | 5 | 35 | 45 |
| Binary | 1111011 | 1001000 | 1000011 | 0 | 101001 | 101110 | 110100 | 101 | 11101 | 100101 |
Color Harmonies of #7B4843
Complementary color
Monochromatic Colors of #7B4843
Black with #7B4843
Text Example
Text Example
White with #7B4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4843; }
p { color: rgb(123,72,67); }
H1.HeaderClassName
{
color: #7B4843;
}
.AnyTagClassName
{
color: #7B4843;
}
</style>
background-color css
<style>
a { background-color: #7B4843; }
a { background-color: rgb(123,72,67); }
div.DivClassName
{
background-color: #7B4843;
}
.BgClassName
{
background-color: #7B4843;
}
</style>
border-color css
<style>
span { border-color: #7B4843; }
span { border-color: rgb(123,72,67); }
td.TdClassName
{
border-color: #7B4843;
}
.TagClassName
{
border-color: #7B4843;
}
</style>