Shades of Bole #764644
Tints of Bole #764644
RGB
CMYK
RGB Variations
Color information
#764644 (or 0x764644) is known color: Bole. HEX triplet: 76, 46 and 44. RGB value is (118,70,68). Sum of RGB (Red+Green+Blue) = 118+70+68=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764644 is #89B9BB. Grayscale: #545454. Windows color (decimal): -9025980 or 4474486. OLE color: 4474486.
HSL color Cylindrical-coordinate representation of color #764644: hue angle of 2.4º degrees, saturation: 0.27, 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 #764644 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 68 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.54 |
| HSL | 2.4º | 0.27% | 0.36% | - |
| HSV(B) | 2.4º | 0.42% | 0.46% | - |
| XYZ | 10.7 | 8.65 | 6.57 | - |
| YUV | 84.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 68 | 0 | 0.41 | 0.42 | 0.54 | 2.4 | 0.27 | 0.36 |
| Hex | 76 | 46 | 44 | 0 | 29 | 2A | 36 | 2 | 1B | 24 |
| Octal | 166 | 106 | 104 | 0 | 51 | 52 | 66 | 2 | 33 | 44 |
| Binary | 1110110 | 1000110 | 1000100 | 0 | 101001 | 101010 | 110110 | 10 | 11011 | 100100 |
Color Harmonies of #764644
Complementary color
Monochromatic Colors of #764644
Black with #764644
Text Example
Text Example
White with #764644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764644; }
p { color: rgb(118,70,68); }
H1.HeaderClassName
{
color: #764644;
}
.AnyTagClassName
{
color: #764644;
}
</style>
background-color css
<style>
a { background-color: #764644; }
a { background-color: rgb(118,70,68); }
div.DivClassName
{
background-color: #764644;
}
.BgClassName
{
background-color: #764644;
}
</style>
border-color css
<style>
span { border-color: #764644; }
span { border-color: rgb(118,70,68); }
td.TdClassName
{
border-color: #764644;
}
.TagClassName
{
border-color: #764644;
}
</style>