Shades of Bole #764545
Tints of Bole #764545
RGB
CMYK
RGB Variations
Color information
#764545 (or 0x764545) is known color: Bole. HEX triplet: 76, 45 and 45. RGB value is (118,69,69). Sum of RGB (Red+Green+Blue) = 118+69+69=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764545 is #89BABA. Grayscale: #535353. Windows color (decimal): -9026235 or 4539766. OLE color: 4539766.
HSL color Cylindrical-coordinate representation of color #764545: hue angle of 0º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764545 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 69 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.54 |
| HSL | 0º | 0.26% | 0.37% | - |
| HSV(B) | 0º | 0.42% | 0.46% | - |
| XYZ | 10.67 | 8.54 | 6.72 | - |
| YUV | 83.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 69 | 0 | 0.42 | 0.42 | 0.54 | 0 | 0.26 | 0.37 |
| Hex | 76 | 45 | 45 | 0 | 2A | 2A | 36 | 0 | 1A | 25 |
| Octal | 166 | 105 | 105 | 0 | 52 | 52 | 66 | 0 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1000101 | 0 | 101010 | 101010 | 110110 | 0 | 11010 | 100101 |
Color Harmonies of #764545
Complementary color
Monochromatic Colors of #764545
Black with #764545
Text Example
Text Example
White with #764545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764545; }
p { color: rgb(118,69,69); }
H1.HeaderClassName
{
color: #764545;
}
.AnyTagClassName
{
color: #764545;
}
</style>
background-color css
<style>
a { background-color: #764545; }
a { background-color: rgb(118,69,69); }
div.DivClassName
{
background-color: #764545;
}
.BgClassName
{
background-color: #764545;
}
</style>
border-color css
<style>
span { border-color: #764545; }
span { border-color: rgb(118,69,69); }
td.TdClassName
{
border-color: #764545;
}
.TagClassName
{
border-color: #764545;
}
</style>