Shades of Bole #744644
Tints of Bole #744644
RGB
CMYK
RGB Variations
Color information
#744644 (or 0x744644) is known color: Bole. HEX triplet: 74, 46 and 44. RGB value is (116,70,68). Sum of RGB (Red+Green+Blue) = 116+70+68=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #744644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744644 is #8BB9BB. Grayscale: #535353. Windows color (decimal): -9157052 or 4474484. OLE color: 4474484.
HSL color Cylindrical-coordinate representation of color #744644: hue angle of 2.5º 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 #744644 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 68 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.55 |
| HSL | 2.5º | 0.26% | 0.36% | - |
| HSV(B) | 2.5º | 0.41% | 0.45% | - |
| XYZ | 10.44 | 8.51 | 6.56 | - |
| YUV | 83.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 68 | 0 | 0.40 | 0.41 | 0.55 | 2.5 | 0.26 | 0.36 |
| Hex | 74 | 46 | 44 | 0 | 28 | 29 | 37 | 2 | 1A | 24 |
| Octal | 164 | 106 | 104 | 0 | 50 | 51 | 67 | 2 | 32 | 44 |
| Binary | 1110100 | 1000110 | 1000100 | 0 | 101000 | 101001 | 110111 | 10 | 11010 | 100100 |
Color Harmonies of #744644
Complementary color
Monochromatic Colors of #744644
Black with #744644
Text Example
Text Example
White with #744644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744644; }
p { color: rgb(116,70,68); }
H1.HeaderClassName
{
color: #744644;
}
.AnyTagClassName
{
color: #744644;
}
</style>
background-color css
<style>
a { background-color: #744644; }
a { background-color: rgb(116,70,68); }
div.DivClassName
{
background-color: #744644;
}
.BgClassName
{
background-color: #744644;
}
</style>
border-color css
<style>
span { border-color: #744644; }
span { border-color: rgb(116,70,68); }
td.TdClassName
{
border-color: #744644;
}
.TagClassName
{
border-color: #744644;
}
</style>