Shades of Bole #744744
Tints of Bole #744744
RGB
CMYK
RGB Variations
Color information
#744744 (or 0x744744) is known color: Bole. HEX triplet: 74, 47 and 44. RGB value is (116,71,68). Sum of RGB (Red+Green+Blue) = 116+71+68=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #744744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744744 is #8BB8BB. Grayscale: #545454. Windows color (decimal): -9156796 or 4474740. OLE color: 4474740.
HSL color Cylindrical-coordinate representation of color #744744: hue angle of 3.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744744 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 68 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.55 |
| HSL | 3.75º | 0.26% | 0.36% | - |
| HSV(B) | 3.75º | 0.41% | 0.45% | - |
| XYZ | 10.5 | 8.64 | 6.58 | - |
| YUV | 84.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 68 | 0 | 0.39 | 0.41 | 0.55 | 3.75 | 0.26 | 0.36 |
| Hex | 74 | 47 | 44 | 0 | 27 | 29 | 37 | 4 | 1A | 24 |
| Octal | 164 | 107 | 104 | 0 | 47 | 51 | 67 | 4 | 32 | 44 |
| Binary | 1110100 | 1000111 | 1000100 | 0 | 100111 | 101001 | 110111 | 100 | 11010 | 100100 |
Color Harmonies of #744744
Complementary color
Monochromatic Colors of #744744
Black with #744744
Text Example
Text Example
White with #744744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744744; }
p { color: rgb(116,71,68); }
H1.HeaderClassName
{
color: #744744;
}
.AnyTagClassName
{
color: #744744;
}
</style>
background-color css
<style>
a { background-color: #744744; }
a { background-color: rgb(116,71,68); }
div.DivClassName
{
background-color: #744744;
}
.BgClassName
{
background-color: #744744;
}
</style>
border-color css
<style>
span { border-color: #744744; }
span { border-color: rgb(116,71,68); }
td.TdClassName
{
border-color: #744744;
}
.TagClassName
{
border-color: #744744;
}
</style>