Shades of Bole #76463B
Tints of Bole #76463B
RGB
CMYK
RGB Variations
Color information
#76463B (or 0x76463B) is known color: Bole. HEX triplet: 76, 46 and 3B. RGB value is (118,70,59). Sum of RGB (Red+Green+Blue) = 118+70+59=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463B is #89B9C4. Grayscale: #535353. Windows color (decimal): -9025989 or 3884662. OLE color: 3884662.
HSL color Cylindrical-coordinate representation of color #76463B: hue angle of 11.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76463B is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 59 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.54 |
| HSL | 11.19º | 0.33% | 0.35% | - |
| HSV(B) | 11.19º | 0.5% | 0.46% | - |
| XYZ | 10.45 | 8.55 | 5.24 | - |
| YUV | 83.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 59 | 0 | 0.41 | 0.50 | 0.54 | 11.19 | 0.33 | 0.35 |
| Hex | 76 | 46 | 3B | 0 | 29 | 32 | 36 | B | 21 | 23 |
| Octal | 166 | 106 | 73 | 0 | 51 | 62 | 66 | 13 | 41 | 43 |
| Binary | 1110110 | 1000110 | 111011 | 0 | 101001 | 110010 | 110110 | 1011 | 100001 | 100011 |
Color Harmonies of #76463B
Complementary color
Monochromatic Colors of #76463B
Black with #76463B
Text Example
Text Example
White with #76463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76463B; }
p { color: rgb(118,70,59); }
H1.HeaderClassName
{
color: #76463B;
}
.AnyTagClassName
{
color: #76463B;
}
</style>
background-color css
<style>
a { background-color: #76463B; }
a { background-color: rgb(118,70,59); }
div.DivClassName
{
background-color: #76463B;
}
.BgClassName
{
background-color: #76463B;
}
</style>
border-color css
<style>
span { border-color: #76463B; }
span { border-color: rgb(118,70,59); }
td.TdClassName
{
border-color: #76463B;
}
.TagClassName
{
border-color: #76463B;
}
</style>