Shades of Bole #76463F
Tints of Bole #76463F
RGB
CMYK
RGB Variations
Color information
#76463F (or 0x76463F) is known color: Bole. HEX triplet: 76, 46 and 3F. RGB value is (118,70,63). Sum of RGB (Red+Green+Blue) = 118+70+63=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463F is #89B9C0. Grayscale: #535353. Windows color (decimal): -9025985 or 4146806. OLE color: 4146806.
HSL color Cylindrical-coordinate representation of color #76463F: hue angle of 7.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76463F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 63 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.54 |
| HSL | 7.64º | 0.3% | 0.35% | - |
| HSV(B) | 7.64º | 0.47% | 0.46% | - |
| XYZ | 10.56 | 8.59 | 5.8 | - |
| YUV | 83.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 63 | 0 | 0.41 | 0.47 | 0.54 | 7.64 | 0.3 | 0.35 |
| Hex | 76 | 46 | 3F | 0 | 29 | 2F | 36 | 8 | 1E | 23 |
| Octal | 166 | 106 | 77 | 0 | 51 | 57 | 66 | 10 | 36 | 43 |
| Binary | 1110110 | 1000110 | 111111 | 0 | 101001 | 101111 | 110110 | 1000 | 11110 | 100011 |
Color Harmonies of #76463F
Complementary color
Monochromatic Colors of #76463F
Black with #76463F
Text Example
Text Example
White with #76463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76463F; }
p { color: rgb(118,70,63); }
H1.HeaderClassName
{
color: #76463F;
}
.AnyTagClassName
{
color: #76463F;
}
</style>
background-color css
<style>
a { background-color: #76463F; }
a { background-color: rgb(118,70,63); }
div.DivClassName
{
background-color: #76463F;
}
.BgClassName
{
background-color: #76463F;
}
</style>
border-color css
<style>
span { border-color: #76463F; }
span { border-color: rgb(118,70,63); }
td.TdClassName
{
border-color: #76463F;
}
.TagClassName
{
border-color: #76463F;
}
</style>