Shades of Bole #76413D
Tints of Bole #76413D
RGB
CMYK
RGB Variations
Color information
#76413D (or 0x76413D) is known color: Bole. HEX triplet: 76, 41 and 3D. RGB value is (118,65,61). Sum of RGB (Red+Green+Blue) = 118+65+61=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413D is #89BEC2. Grayscale: #505050. Windows color (decimal): -9027267 or 4014454. OLE color: 4014454.
HSL color Cylindrical-coordinate representation of color #76413D: hue angle of 4.21º 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 #76413D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 61 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.54 |
| HSL | 4.21º | 0.32% | 0.35% | - |
| HSV(B) | 4.21º | 0.48% | 0.46% | - |
| XYZ | 10.2 | 7.97 | 5.42 | - |
| YUV | 80.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 61 | 0 | 0.45 | 0.48 | 0.54 | 4.21 | 0.32 | 0.35 |
| Hex | 76 | 41 | 3D | 0 | 2D | 30 | 36 | 4 | 20 | 23 |
| Octal | 166 | 101 | 75 | 0 | 55 | 60 | 66 | 4 | 40 | 43 |
| Binary | 1110110 | 1000001 | 111101 | 0 | 101101 | 110000 | 110110 | 100 | 100000 | 100011 |
Color Harmonies of #76413D
Complementary color
Monochromatic Colors of #76413D
Black with #76413D
Text Example
Text Example
White with #76413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76413D; }
p { color: rgb(118,65,61); }
H1.HeaderClassName
{
color: #76413D;
}
.AnyTagClassName
{
color: #76413D;
}
</style>
background-color css
<style>
a { background-color: #76413D; }
a { background-color: rgb(118,65,61); }
div.DivClassName
{
background-color: #76413D;
}
.BgClassName
{
background-color: #76413D;
}
</style>
border-color css
<style>
span { border-color: #76413D; }
span { border-color: rgb(118,65,61); }
td.TdClassName
{
border-color: #76413D;
}
.TagClassName
{
border-color: #76413D;
}
</style>