Shades of Bole #7B4443
Tints of Bole #7B4443
RGB
CMYK
RGB Variations
Color information
#7B4443 (or 0x7B4443) is known color: Bole. HEX triplet: 7B, 44 and 43. RGB value is (123,68,67). Sum of RGB (Red+Green+Blue) = 123+68+67=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4443 is #84BBBC. Grayscale: #545454. Windows color (decimal): -8698813 or 4408443. OLE color: 4408443.
HSL color Cylindrical-coordinate representation of color #7B4443: hue angle of 1.07º 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 #7B4443 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 67 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.52 |
| HSL | 1.07º | 0.29% | 0.37% | - |
| HSV(B) | 1.07º | 0.46% | 0.48% | - |
| XYZ | 11.25 | 8.75 | 6.41 | - |
| YUV | 84.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 67 | 0 | 0.45 | 0.46 | 0.52 | 1.07 | 0.29 | 0.37 |
| Hex | 7B | 44 | 43 | 0 | 2D | 2E | 34 | 1 | 1D | 25 |
| Octal | 173 | 104 | 103 | 0 | 55 | 56 | 64 | 1 | 35 | 45 |
| Binary | 1111011 | 1000100 | 1000011 | 0 | 101101 | 101110 | 110100 | 1 | 11101 | 100101 |
Color Harmonies of #7B4443
Complementary color
Monochromatic Colors of #7B4443
Black with #7B4443
Text Example
Text Example
White with #7B4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4443; }
p { color: rgb(123,68,67); }
H1.HeaderClassName
{
color: #7B4443;
}
.AnyTagClassName
{
color: #7B4443;
}
</style>
background-color css
<style>
a { background-color: #7B4443; }
a { background-color: rgb(123,68,67); }
div.DivClassName
{
background-color: #7B4443;
}
.BgClassName
{
background-color: #7B4443;
}
</style>
border-color css
<style>
span { border-color: #7B4443; }
span { border-color: rgb(123,68,67); }
td.TdClassName
{
border-color: #7B4443;
}
.TagClassName
{
border-color: #7B4443;
}
</style>