Shades of Bole #7B453A
Tints of Bole #7B453A
RGB
CMYK
RGB Variations
Color information
#7B453A (or 0x7B453A) is known color: Bole. HEX triplet: 7B, 45 and 3A. RGB value is (123,69,58). Sum of RGB (Red+Green+Blue) = 123+69+58=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B453A is #84BAC5. Grayscale: #535353. Windows color (decimal): -8698566 or 3818875. OLE color: 3818875.
HSL color Cylindrical-coordinate representation of color #7B453A: hue angle of 10.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B453A is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 58 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.52 |
| HSL | 10.15º | 0.36% | 0.35% | - |
| HSV(B) | 10.15º | 0.53% | 0.48% | - |
| XYZ | 11.06 | 8.77 | 5.11 | - |
| YUV | 83.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 58 | 0 | 0.44 | 0.53 | 0.52 | 10.15 | 0.36 | 0.35 |
| Hex | 7B | 45 | 3A | 0 | 2C | 35 | 34 | A | 24 | 23 |
| Octal | 173 | 105 | 72 | 0 | 54 | 65 | 64 | 12 | 44 | 43 |
| Binary | 1111011 | 1000101 | 111010 | 0 | 101100 | 110101 | 110100 | 1010 | 100100 | 100011 |
Color Harmonies of #7B453A
Complementary color
Monochromatic Colors of #7B453A
Black with #7B453A
Text Example
Text Example
White with #7B453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B453A; }
p { color: rgb(123,69,58); }
H1.HeaderClassName
{
color: #7B453A;
}
.AnyTagClassName
{
color: #7B453A;
}
</style>
background-color css
<style>
a { background-color: #7B453A; }
a { background-color: rgb(123,69,58); }
div.DivClassName
{
background-color: #7B453A;
}
.BgClassName
{
background-color: #7B453A;
}
</style>
border-color css
<style>
span { border-color: #7B453A; }
span { border-color: rgb(123,69,58); }
td.TdClassName
{
border-color: #7B453A;
}
.TagClassName
{
border-color: #7B453A;
}
</style>