Shades of Bole #754A44
Tints of Bole #754A44
RGB
CMYK
RGB Variations
Color information
#754A44 (or 0x754A44) is known color: Bole. HEX triplet: 75, 4A and 44. RGB value is (117,74,68). Sum of RGB (Red+Green+Blue) = 117+74+68=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A44 is #8AB5BB. Grayscale: #565656. Windows color (decimal): -9090492 or 4475509. OLE color: 4475509.
HSL color Cylindrical-coordinate representation of color #754A44: hue angle of 7.35º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754A44 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 68 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.54 |
| HSL | 7.35º | 0.26% | 0.36% | - |
| HSV(B) | 7.35º | 0.42% | 0.46% | - |
| XYZ | 10.83 | 9.1 | 6.65 | - |
| YUV | 86.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 68 | 0 | 0.37 | 0.42 | 0.54 | 7.35 | 0.26 | 0.36 |
| Hex | 75 | 4A | 44 | 0 | 25 | 2A | 36 | 7 | 1A | 24 |
| Octal | 165 | 112 | 104 | 0 | 45 | 52 | 66 | 7 | 32 | 44 |
| Binary | 1110101 | 1001010 | 1000100 | 0 | 100101 | 101010 | 110110 | 111 | 11010 | 100100 |
Color Harmonies of #754A44
Complementary color
Monochromatic Colors of #754A44
Black with #754A44
Text Example
Text Example
White with #754A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A44; }
p { color: rgb(117,74,68); }
H1.HeaderClassName
{
color: #754A44;
}
.AnyTagClassName
{
color: #754A44;
}
</style>
background-color css
<style>
a { background-color: #754A44; }
a { background-color: rgb(117,74,68); }
div.DivClassName
{
background-color: #754A44;
}
.BgClassName
{
background-color: #754A44;
}
</style>
border-color css
<style>
span { border-color: #754A44; }
span { border-color: rgb(117,74,68); }
td.TdClassName
{
border-color: #754A44;
}
.TagClassName
{
border-color: #754A44;
}
</style>