Shades of Bole #7B473B
Tints of Bole #7B473B
RGB
CMYK
RGB Variations
Color information
#7B473B (or 0x7B473B) is known color: Bole. HEX triplet: 7B, 47 and 3B. RGB value is (123,71,59). Sum of RGB (Red+Green+Blue) = 123+71+59=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B473B is #84B8C4. Grayscale: #555555. Windows color (decimal): -8698053 or 3884923. OLE color: 3884923.
HSL color Cylindrical-coordinate representation of color #7B473B: hue angle of 11.25º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B473B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 59 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.52 |
| HSL | 11.25º | 0.35% | 0.36% | - |
| HSV(B) | 11.25º | 0.52% | 0.48% | - |
| XYZ | 11.21 | 9.03 | 5.29 | - |
| YUV | 85.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 59 | 0 | 0.42 | 0.52 | 0.52 | 11.25 | 0.35 | 0.36 |
| Hex | 7B | 47 | 3B | 0 | 2A | 34 | 34 | B | 23 | 24 |
| Octal | 173 | 107 | 73 | 0 | 52 | 64 | 64 | 13 | 43 | 44 |
| Binary | 1111011 | 1000111 | 111011 | 0 | 101010 | 110100 | 110100 | 1011 | 100011 | 100100 |
Color Harmonies of #7B473B
Complementary color
Monochromatic Colors of #7B473B
Black with #7B473B
Text Example
Text Example
White with #7B473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B473B; }
p { color: rgb(123,71,59); }
H1.HeaderClassName
{
color: #7B473B;
}
.AnyTagClassName
{
color: #7B473B;
}
</style>
background-color css
<style>
a { background-color: #7B473B; }
a { background-color: rgb(123,71,59); }
div.DivClassName
{
background-color: #7B473B;
}
.BgClassName
{
background-color: #7B473B;
}
</style>
border-color css
<style>
span { border-color: #7B473B; }
span { border-color: rgb(123,71,59); }
td.TdClassName
{
border-color: #7B473B;
}
.TagClassName
{
border-color: #7B473B;
}
</style>