Shades of Bole #76413F
Tints of Bole #76413F
RGB
CMYK
RGB Variations
Color information
#76413F (or 0x76413F) is known color: Bole. HEX triplet: 76, 41 and 3F. RGB value is (118,65,63). Sum of RGB (Red+Green+Blue) = 118+65+63=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413F is #89BEC0. Grayscale: #505050. Windows color (decimal): -9027265 or 4145526. OLE color: 4145526.
HSL color Cylindrical-coordinate representation of color #76413F: hue angle of 2.18º 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 #76413F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 63 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.54 |
| HSL | 2.18º | 0.3% | 0.35% | - |
| HSV(B) | 2.18º | 0.47% | 0.46% | - |
| XYZ | 10.26 | 7.99 | 5.7 | - |
| YUV | 80.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 63 | 0 | 0.45 | 0.47 | 0.54 | 2.18 | 0.3 | 0.35 |
| Hex | 76 | 41 | 3F | 0 | 2D | 2F | 36 | 2 | 1E | 23 |
| Octal | 166 | 101 | 77 | 0 | 55 | 57 | 66 | 2 | 36 | 43 |
| Binary | 1110110 | 1000001 | 111111 | 0 | 101101 | 101111 | 110110 | 10 | 11110 | 100011 |
Color Harmonies of #76413F
Complementary color
Monochromatic Colors of #76413F
Black with #76413F
Text Example
Text Example
White with #76413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76413F; }
p { color: rgb(118,65,63); }
H1.HeaderClassName
{
color: #76413F;
}
.AnyTagClassName
{
color: #76413F;
}
</style>
background-color css
<style>
a { background-color: #76413F; }
a { background-color: rgb(118,65,63); }
div.DivClassName
{
background-color: #76413F;
}
.BgClassName
{
background-color: #76413F;
}
</style>
border-color css
<style>
span { border-color: #76413F; }
span { border-color: rgb(118,65,63); }
td.TdClassName
{
border-color: #76413F;
}
.TagClassName
{
border-color: #76413F;
}
</style>