Shades of Bole #76413B
Tints of Bole #76413B
RGB
CMYK
RGB Variations
Color information
#76413B (or 0x76413B) is known color: Bole. HEX triplet: 76, 41 and 3B. RGB value is (118,65,59). Sum of RGB (Red+Green+Blue) = 118+65+59=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413B is #89BEC4. Grayscale: #505050. Windows color (decimal): -9027269 or 3883382. OLE color: 3883382.
HSL color Cylindrical-coordinate representation of color #76413B: hue angle of 6.1º 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 #76413B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 59 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.54 |
| HSL | 6.1º | 0.33% | 0.35% | - |
| HSV(B) | 6.1º | 0.5% | 0.46% | - |
| XYZ | 10.15 | 7.95 | 5.14 | - |
| YUV | 80.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 59 | 0 | 0.45 | 0.50 | 0.54 | 6.1 | 0.33 | 0.35 |
| Hex | 76 | 41 | 3B | 0 | 2D | 32 | 36 | 6 | 21 | 23 |
| Octal | 166 | 101 | 73 | 0 | 55 | 62 | 66 | 6 | 41 | 43 |
| Binary | 1110110 | 1000001 | 111011 | 0 | 101101 | 110010 | 110110 | 110 | 100001 | 100011 |
Color Harmonies of #76413B
Complementary color
Monochromatic Colors of #76413B
Black with #76413B
Text Example
Text Example
White with #76413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76413B; }
p { color: rgb(118,65,59); }
H1.HeaderClassName
{
color: #76413B;
}
.AnyTagClassName
{
color: #76413B;
}
</style>
background-color css
<style>
a { background-color: #76413B; }
a { background-color: rgb(118,65,59); }
div.DivClassName
{
background-color: #76413B;
}
.BgClassName
{
background-color: #76413B;
}
</style>
border-color css
<style>
span { border-color: #76413B; }
span { border-color: rgb(118,65,59); }
td.TdClassName
{
border-color: #76413B;
}
.TagClassName
{
border-color: #76413B;
}
</style>