Shades of Bole #76423F
Tints of Bole #76423F
RGB
CMYK
RGB Variations
Color information
#76423F (or 0x76423F) is known color: Bole. HEX triplet: 76, 42 and 3F. RGB value is (118,66,63). Sum of RGB (Red+Green+Blue) = 118+66+63=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423F is #89BDC0. Grayscale: #515151. Windows color (decimal): -9027009 or 4145782. OLE color: 4145782.
HSL color Cylindrical-coordinate representation of color #76423F: hue angle of 3.27º 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 #76423F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 63 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.54 |
| HSL | 3.27º | 0.3% | 0.35% | - |
| HSV(B) | 3.27º | 0.47% | 0.46% | - |
| XYZ | 10.32 | 8.11 | 5.72 | - |
| YUV | 81.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 63 | 0 | 0.44 | 0.47 | 0.54 | 3.27 | 0.3 | 0.35 |
| Hex | 76 | 42 | 3F | 0 | 2C | 2F | 36 | 3 | 1E | 23 |
| Octal | 166 | 102 | 77 | 0 | 54 | 57 | 66 | 3 | 36 | 43 |
| Binary | 1110110 | 1000010 | 111111 | 0 | 101100 | 101111 | 110110 | 11 | 11110 | 100011 |
Color Harmonies of #76423F
Complementary color
Monochromatic Colors of #76423F
Black with #76423F
Text Example
Text Example
White with #76423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76423F; }
p { color: rgb(118,66,63); }
H1.HeaderClassName
{
color: #76423F;
}
.AnyTagClassName
{
color: #76423F;
}
</style>
background-color css
<style>
a { background-color: #76423F; }
a { background-color: rgb(118,66,63); }
div.DivClassName
{
background-color: #76423F;
}
.BgClassName
{
background-color: #76423F;
}
</style>
border-color css
<style>
span { border-color: #76423F; }
span { border-color: rgb(118,66,63); }
td.TdClassName
{
border-color: #76423F;
}
.TagClassName
{
border-color: #76423F;
}
</style>