Shades of Bole #76463D
Tints of Bole #76463D
RGB
CMYK
RGB Variations
Color information
#76463D (or 0x76463D) is known color: Bole. HEX triplet: 76, 46 and 3D. RGB value is (118,70,61). Sum of RGB (Red+Green+Blue) = 118+70+61=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463D is #89B9C2. Grayscale: #535353. Windows color (decimal): -9025987 or 4015734. OLE color: 4015734.
HSL color Cylindrical-coordinate representation of color #76463D: hue angle of 9.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76463D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 61 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.54 |
| HSL | 9.47º | 0.32% | 0.35% | - |
| HSV(B) | 9.47º | 0.48% | 0.46% | - |
| XYZ | 10.5 | 8.57 | 5.52 | - |
| YUV | 83.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 61 | 0 | 0.41 | 0.48 | 0.54 | 9.47 | 0.32 | 0.35 |
| Hex | 76 | 46 | 3D | 0 | 29 | 30 | 36 | 9 | 20 | 23 |
| Octal | 166 | 106 | 75 | 0 | 51 | 60 | 66 | 11 | 40 | 43 |
| Binary | 1110110 | 1000110 | 111101 | 0 | 101001 | 110000 | 110110 | 1001 | 100000 | 100011 |
Color Harmonies of #76463D
Complementary color
Monochromatic Colors of #76463D
Black with #76463D
Text Example
Text Example
White with #76463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76463D; }
p { color: rgb(118,70,61); }
H1.HeaderClassName
{
color: #76463D;
}
.AnyTagClassName
{
color: #76463D;
}
</style>
background-color css
<style>
a { background-color: #76463D; }
a { background-color: rgb(118,70,61); }
div.DivClassName
{
background-color: #76463D;
}
.BgClassName
{
background-color: #76463D;
}
</style>
border-color css
<style>
span { border-color: #76463D; }
span { border-color: rgb(118,70,61); }
td.TdClassName
{
border-color: #76463D;
}
.TagClassName
{
border-color: #76463D;
}
</style>