Shades of Bole #7B4441
Tints of Bole #7B4441
RGB
CMYK
RGB Variations
Color information
#7B4441 (or 0x7B4441) is known color: Bole. HEX triplet: 7B, 44 and 41. RGB value is (123,68,65). Sum of RGB (Red+Green+Blue) = 123+68+65=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4441 is #84BBBE. Grayscale: #545454. Windows color (decimal): -8698815 or 4277371. OLE color: 4277371.
HSL color Cylindrical-coordinate representation of color #7B4441: hue angle of 3.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B4441 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 65 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.52 |
| HSL | 3.1º | 0.31% | 0.37% | - |
| HSV(B) | 3.1º | 0.47% | 0.48% | - |
| XYZ | 11.19 | 8.73 | 6.1 | - |
| YUV | 84.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 65 | 0 | 0.45 | 0.47 | 0.52 | 3.1 | 0.31 | 0.37 |
| Hex | 7B | 44 | 41 | 0 | 2D | 2F | 34 | 3 | 1F | 25 |
| Octal | 173 | 104 | 101 | 0 | 55 | 57 | 64 | 3 | 37 | 45 |
| Binary | 1111011 | 1000100 | 1000001 | 0 | 101101 | 101111 | 110100 | 11 | 11111 | 100101 |
Color Harmonies of #7B4441
Complementary color
Monochromatic Colors of #7B4441
Black with #7B4441
Text Example
Text Example
White with #7B4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4441; }
p { color: rgb(123,68,65); }
H1.HeaderClassName
{
color: #7B4441;
}
.AnyTagClassName
{
color: #7B4441;
}
</style>
background-color css
<style>
a { background-color: #7B4441; }
a { background-color: rgb(123,68,65); }
div.DivClassName
{
background-color: #7B4441;
}
.BgClassName
{
background-color: #7B4441;
}
</style>
border-color css
<style>
span { border-color: #7B4441; }
span { border-color: rgb(123,68,65); }
td.TdClassName
{
border-color: #7B4441;
}
.TagClassName
{
border-color: #7B4441;
}
</style>