Shades of Bole #7F4441
Tints of Bole #7F4441
RGB
CMYK
RGB Variations
Color information
#7F4441 (or 0x7F4441) is known color: Bole. HEX triplet: 7F, 44 and 41. RGB value is (127,68,65). Sum of RGB (Red+Green+Blue) = 127+68+65=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4441 is #80BBBE. Grayscale: #555555. Windows color (decimal): -8436671 or 4277375. OLE color: 4277375.
HSL color Cylindrical-coordinate representation of color #7F4441: hue angle of 2.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4441 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 65 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.50 |
| HSL | 2.9º | 0.32% | 0.38% | - |
| HSV(B) | 2.9º | 0.49% | 0.5% | - |
| XYZ | 11.77 | 9.03 | 6.12 | - |
| YUV | 85.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 65 | 0 | 0.46 | 0.49 | 0.50 | 2.9 | 0.32 | 0.38 |
| Hex | 7F | 44 | 41 | 0 | 2E | 31 | 32 | 3 | 20 | 26 |
| Octal | 177 | 104 | 101 | 0 | 56 | 61 | 62 | 3 | 40 | 46 |
| Binary | 1111111 | 1000100 | 1000001 | 0 | 101110 | 110001 | 110010 | 11 | 100000 | 100110 |
Color Harmonies of #7F4441
Complementary color
Monochromatic Colors of #7F4441
Black with #7F4441
Text Example
Text Example
White with #7F4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4441; }
p { color: rgb(127,68,65); }
H1.HeaderClassName
{
color: #7F4441;
}
.AnyTagClassName
{
color: #7F4441;
}
</style>
background-color css
<style>
a { background-color: #7F4441; }
a { background-color: rgb(127,68,65); }
div.DivClassName
{
background-color: #7F4441;
}
.BgClassName
{
background-color: #7F4441;
}
</style>
border-color css
<style>
span { border-color: #7F4441; }
span { border-color: rgb(127,68,65); }
td.TdClassName
{
border-color: #7F4441;
}
.TagClassName
{
border-color: #7F4441;
}
</style>