Shades of Bole #76473D
Tints of Bole #76473D
RGB
CMYK
RGB Variations
Color information
#76473D (or 0x76473D) is known color: Bole. HEX triplet: 76, 47 and 3D. RGB value is (118,71,61). Sum of RGB (Red+Green+Blue) = 118+71+61=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473D is #89B8C2. Grayscale: #535353. Windows color (decimal): -9025731 or 4015990. OLE color: 4015990.
HSL color Cylindrical-coordinate representation of color #76473D: hue angle of 10.53º 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 #76473D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 61 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.54 |
| HSL | 10.53º | 0.32% | 0.35% | - |
| HSV(B) | 10.53º | 0.48% | 0.46% | - |
| XYZ | 10.57 | 8.69 | 5.54 | - |
| YUV | 83.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 61 | 0 | 0.40 | 0.48 | 0.54 | 10.53 | 0.32 | 0.35 |
| Hex | 76 | 47 | 3D | 0 | 28 | 30 | 36 | B | 20 | 23 |
| Octal | 166 | 107 | 75 | 0 | 50 | 60 | 66 | 13 | 40 | 43 |
| Binary | 1110110 | 1000111 | 111101 | 0 | 101000 | 110000 | 110110 | 1011 | 100000 | 100011 |
Color Harmonies of #76473D
Complementary color
Monochromatic Colors of #76473D
Black with #76473D
Text Example
Text Example
White with #76473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76473D; }
p { color: rgb(118,71,61); }
H1.HeaderClassName
{
color: #76473D;
}
.AnyTagClassName
{
color: #76473D;
}
</style>
background-color css
<style>
a { background-color: #76473D; }
a { background-color: rgb(118,71,61); }
div.DivClassName
{
background-color: #76473D;
}
.BgClassName
{
background-color: #76473D;
}
</style>
border-color css
<style>
span { border-color: #76473D; }
span { border-color: rgb(118,71,61); }
td.TdClassName
{
border-color: #76473D;
}
.TagClassName
{
border-color: #76473D;
}
</style>