Shades of Bole #76463A
Tints of Bole #76463A
RGB
CMYK
RGB Variations
Color information
#76463A (or 0x76463A) is known color: Bole. HEX triplet: 76, 46 and 3A. RGB value is (118,70,58). Sum of RGB (Red+Green+Blue) = 118+70+58=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463A is #89B9C5. Grayscale: #535353. Windows color (decimal): -9025990 or 3819126. OLE color: 3819126.
HSL color Cylindrical-coordinate representation of color #76463A: hue angle of 12º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76463A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 58 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.54 |
| HSL | 12º | 0.34% | 0.35% | - |
| HSV(B) | 12º | 0.51% | 0.46% | - |
| XYZ | 10.43 | 8.54 | 5.1 | - |
| YUV | 82.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 58 | 0 | 0.41 | 0.51 | 0.54 | 12 | 0.34 | 0.35 |
| Hex | 76 | 46 | 3A | 0 | 29 | 33 | 36 | C | 22 | 23 |
| Octal | 166 | 106 | 72 | 0 | 51 | 63 | 66 | 14 | 42 | 43 |
| Binary | 1110110 | 1000110 | 111010 | 0 | 101001 | 110011 | 110110 | 1100 | 100010 | 100011 |
Color Harmonies of #76463A
Complementary color
Monochromatic Colors of #76463A
Black with #76463A
Text Example
Text Example
White with #76463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76463A; }
p { color: rgb(118,70,58); }
H1.HeaderClassName
{
color: #76463A;
}
.AnyTagClassName
{
color: #76463A;
}
</style>
background-color css
<style>
a { background-color: #76463A; }
a { background-color: rgb(118,70,58); }
div.DivClassName
{
background-color: #76463A;
}
.BgClassName
{
background-color: #76463A;
}
</style>
border-color css
<style>
span { border-color: #76463A; }
span { border-color: rgb(118,70,58); }
td.TdClassName
{
border-color: #76463A;
}
.TagClassName
{
border-color: #76463A;
}
</style>