Shades of Bole #764D46
Tints of Bole #764D46
RGB
CMYK
RGB Variations
Color information
#764D46 (or 0x764D46) is known color: Bole. HEX triplet: 76, 4D and 46. RGB value is (118,77,70). Sum of RGB (Red+Green+Blue) = 118+77+70=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D46 is #89B2B9. Grayscale: #585858. Windows color (decimal): -9024186 or 4607350. OLE color: 4607350.
HSL color Cylindrical-coordinate representation of color #764D46: hue angle of 8.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764D46 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 70 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.54 |
| HSL | 8.75º | 0.26% | 0.37% | - |
| HSV(B) | 8.75º | 0.41% | 0.46% | - |
| XYZ | 11.23 | 9.6 | 7.06 | - |
| YUV | 88.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 70 | 0 | 0.35 | 0.41 | 0.54 | 8.75 | 0.26 | 0.37 |
| Hex | 76 | 4D | 46 | 0 | 23 | 29 | 36 | 9 | 1A | 25 |
| Octal | 166 | 115 | 106 | 0 | 43 | 51 | 66 | 11 | 32 | 45 |
| Binary | 1110110 | 1001101 | 1000110 | 0 | 100011 | 101001 | 110110 | 1001 | 11010 | 100101 |
Color Harmonies of #764D46
Complementary color
Monochromatic Colors of #764D46
Black with #764D46
Text Example
Text Example
White with #764D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D46; }
p { color: rgb(118,77,70); }
H1.HeaderClassName
{
color: #764D46;
}
.AnyTagClassName
{
color: #764D46;
}
</style>
background-color css
<style>
a { background-color: #764D46; }
a { background-color: rgb(118,77,70); }
div.DivClassName
{
background-color: #764D46;
}
.BgClassName
{
background-color: #764D46;
}
</style>
border-color css
<style>
span { border-color: #764D46; }
span { border-color: rgb(118,77,70); }
td.TdClassName
{
border-color: #764D46;
}
.TagClassName
{
border-color: #764D46;
}
</style>