Shades of Bole #744D46
Tints of Bole #744D46
RGB
CMYK
RGB Variations
Color information
#744D46 (or 0x744D46) is known color: Bole. HEX triplet: 74, 4D and 46. RGB value is (116,77,70). Sum of RGB (Red+Green+Blue) = 116+77+70=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #744D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D46 is #8BB2B9. Grayscale: #575757. Windows color (decimal): -9155258 or 4607348. OLE color: 4607348.
HSL color Cylindrical-coordinate representation of color #744D46: hue angle of 9.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744D46 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 70 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.55 |
| HSL | 9.13º | 0.25% | 0.36% | - |
| HSV(B) | 9.13º | 0.4% | 0.45% | - |
| XYZ | 10.96 | 9.46 | 7.04 | - |
| YUV | 87.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 70 | 0 | 0.34 | 0.40 | 0.55 | 9.13 | 0.25 | 0.36 |
| Hex | 74 | 4D | 46 | 0 | 22 | 28 | 37 | 9 | 19 | 24 |
| Octal | 164 | 115 | 106 | 0 | 42 | 50 | 67 | 11 | 31 | 44 |
| Binary | 1110100 | 1001101 | 1000110 | 0 | 100010 | 101000 | 110111 | 1001 | 11001 | 100100 |
Color Harmonies of #744D46
Complementary color
Monochromatic Colors of #744D46
Black with #744D46
Text Example
Text Example
White with #744D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D46; }
p { color: rgb(116,77,70); }
H1.HeaderClassName
{
color: #744D46;
}
.AnyTagClassName
{
color: #744D46;
}
</style>
background-color css
<style>
a { background-color: #744D46; }
a { background-color: rgb(116,77,70); }
div.DivClassName
{
background-color: #744D46;
}
.BgClassName
{
background-color: #744D46;
}
</style>
border-color css
<style>
span { border-color: #744D46; }
span { border-color: rgb(116,77,70); }
td.TdClassName
{
border-color: #744D46;
}
.TagClassName
{
border-color: #744D46;
}
</style>