Shades of Bole #744C46
Tints of Bole #744C46
RGB
CMYK
RGB Variations
Color information
#744C46 (or 0x744C46) is known color: Bole. HEX triplet: 74, 4C and 46. RGB value is (116,76,70). Sum of RGB (Red+Green+Blue) = 116+76+70=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #744C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C46 is #8BB3B9. Grayscale: #575757. Windows color (decimal): -9155514 or 4607092. OLE color: 4607092.
HSL color Cylindrical-coordinate representation of color #744C46: hue angle of 7.83º 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 #744C46 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 70 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.55 |
| HSL | 7.83º | 0.25% | 0.36% | - |
| HSV(B) | 7.83º | 0.4% | 0.45% | - |
| XYZ | 10.89 | 9.32 | 7.02 | - |
| YUV | 87.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 70 | 0 | 0.34 | 0.40 | 0.55 | 7.83 | 0.25 | 0.36 |
| Hex | 74 | 4C | 46 | 0 | 22 | 28 | 37 | 8 | 19 | 24 |
| Octal | 164 | 114 | 106 | 0 | 42 | 50 | 67 | 10 | 31 | 44 |
| Binary | 1110100 | 1001100 | 1000110 | 0 | 100010 | 101000 | 110111 | 1000 | 11001 | 100100 |
Color Harmonies of #744C46
Complementary color
Monochromatic Colors of #744C46
Black with #744C46
Text Example
Text Example
White with #744C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C46; }
p { color: rgb(116,76,70); }
H1.HeaderClassName
{
color: #744C46;
}
.AnyTagClassName
{
color: #744C46;
}
</style>
background-color css
<style>
a { background-color: #744C46; }
a { background-color: rgb(116,76,70); }
div.DivClassName
{
background-color: #744C46;
}
.BgClassName
{
background-color: #744C46;
}
</style>
border-color css
<style>
span { border-color: #744C46; }
span { border-color: rgb(116,76,70); }
td.TdClassName
{
border-color: #744C46;
}
.TagClassName
{
border-color: #744C46;
}
</style>