Shades of Bole #7B4746
Tints of Bole #7B4746
RGB
CMYK
RGB Variations
Color information
#7B4746 (or 0x7B4746) is known color: Bole. HEX triplet: 7B, 47 and 46. RGB value is (123,71,70). Sum of RGB (Red+Green+Blue) = 123+71+70=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4746 is #84B8B9. Grayscale: #565656. Windows color (decimal): -8698042 or 4605819. OLE color: 4605819.
HSL color Cylindrical-coordinate representation of color #7B4746: hue angle of 1.13º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B4746 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 70 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.52 |
| HSL | 1.13º | 0.27% | 0.38% | - |
| HSV(B) | 1.13º | 0.43% | 0.48% | - |
| XYZ | 11.53 | 9.16 | 6.95 | - |
| YUV | 86.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 70 | 0 | 0.42 | 0.43 | 0.52 | 1.13 | 0.27 | 0.38 |
| Hex | 7B | 47 | 46 | 0 | 2A | 2B | 34 | 1 | 1B | 26 |
| Octal | 173 | 107 | 106 | 0 | 52 | 53 | 64 | 1 | 33 | 46 |
| Binary | 1111011 | 1000111 | 1000110 | 0 | 101010 | 101011 | 110100 | 1 | 11011 | 100110 |
Color Harmonies of #7B4746
Complementary color
Monochromatic Colors of #7B4746
Black with #7B4746
Text Example
Text Example
White with #7B4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4746; }
p { color: rgb(123,71,70); }
H1.HeaderClassName
{
color: #7B4746;
}
.AnyTagClassName
{
color: #7B4746;
}
</style>
background-color css
<style>
a { background-color: #7B4746; }
a { background-color: rgb(123,71,70); }
div.DivClassName
{
background-color: #7B4746;
}
.BgClassName
{
background-color: #7B4746;
}
</style>
border-color css
<style>
span { border-color: #7B4746; }
span { border-color: rgb(123,71,70); }
td.TdClassName
{
border-color: #7B4746;
}
.TagClassName
{
border-color: #7B4746;
}
</style>