Shades of Bole #764B45
Tints of Bole #764B45
RGB
CMYK
RGB Variations
Color information
#764B45 (or 0x764B45) is known color: Bole. HEX triplet: 76, 4B and 45. RGB value is (118,75,69). Sum of RGB (Red+Green+Blue) = 118+75+69=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B45 is #89B4BA. Grayscale: #575757. Windows color (decimal): -9024699 or 4541302. OLE color: 4541302.
HSL color Cylindrical-coordinate representation of color #764B45: hue angle of 7.35º 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 #764B45 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 69 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.54 |
| HSL | 7.35º | 0.26% | 0.37% | - |
| HSV(B) | 7.35º | 0.42% | 0.46% | - |
| XYZ | 11.06 | 9.31 | 6.84 | - |
| YUV | 87.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 69 | 0 | 0.36 | 0.42 | 0.54 | 7.35 | 0.26 | 0.37 |
| Hex | 76 | 4B | 45 | 0 | 24 | 2A | 36 | 7 | 1A | 25 |
| Octal | 166 | 113 | 105 | 0 | 44 | 52 | 66 | 7 | 32 | 45 |
| Binary | 1110110 | 1001011 | 1000101 | 0 | 100100 | 101010 | 110110 | 111 | 11010 | 100101 |
Color Harmonies of #764B45
Complementary color
Monochromatic Colors of #764B45
Black with #764B45
Text Example
Text Example
White with #764B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B45; }
p { color: rgb(118,75,69); }
H1.HeaderClassName
{
color: #764B45;
}
.AnyTagClassName
{
color: #764B45;
}
</style>
background-color css
<style>
a { background-color: #764B45; }
a { background-color: rgb(118,75,69); }
div.DivClassName
{
background-color: #764B45;
}
.BgClassName
{
background-color: #764B45;
}
</style>
border-color css
<style>
span { border-color: #764B45; }
span { border-color: rgb(118,75,69); }
td.TdClassName
{
border-color: #764B45;
}
.TagClassName
{
border-color: #764B45;
}
</style>