Shades of Bole #76413C
Tints of Bole #76413C
RGB
CMYK
RGB Variations
Color information
#76413C (or 0x76413C) is known color: Bole. HEX triplet: 76, 41 and 3C. RGB value is (118,65,60). Sum of RGB (Red+Green+Blue) = 118+65+60=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413C is #89BEC3. Grayscale: #505050. Windows color (decimal): -9027268 or 3948918. OLE color: 3948918.
HSL color Cylindrical-coordinate representation of color #76413C: hue angle of 5.17º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76413C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 60 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.54 |
| HSL | 5.17º | 0.33% | 0.35% | - |
| HSV(B) | 5.17º | 0.49% | 0.46% | - |
| XYZ | 10.18 | 7.96 | 5.27 | - |
| YUV | 80.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 60 | 0 | 0.45 | 0.49 | 0.54 | 5.17 | 0.33 | 0.35 |
| Hex | 76 | 41 | 3C | 0 | 2D | 31 | 36 | 5 | 21 | 23 |
| Octal | 166 | 101 | 74 | 0 | 55 | 61 | 66 | 5 | 41 | 43 |
| Binary | 1110110 | 1000001 | 111100 | 0 | 101101 | 110001 | 110110 | 101 | 100001 | 100011 |
Color Harmonies of #76413C
Complementary color
Monochromatic Colors of #76413C
Black with #76413C
Text Example
Text Example
White with #76413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76413C; }
p { color: rgb(118,65,60); }
H1.HeaderClassName
{
color: #76413C;
}
.AnyTagClassName
{
color: #76413C;
}
</style>
background-color css
<style>
a { background-color: #76413C; }
a { background-color: rgb(118,65,60); }
div.DivClassName
{
background-color: #76413C;
}
.BgClassName
{
background-color: #76413C;
}
</style>
border-color css
<style>
span { border-color: #76413C; }
span { border-color: rgb(118,65,60); }
td.TdClassName
{
border-color: #76413C;
}
.TagClassName
{
border-color: #76413C;
}
</style>