Shades of Bole #764A40
Tints of Bole #764A40
RGB
CMYK
RGB Variations
Color information
#764A40 (or 0x764A40) is known color: Bole. HEX triplet: 76, 4A and 40. RGB value is (118,74,64). Sum of RGB (Red+Green+Blue) = 118+74+64=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A40 is #89B5BF. Grayscale: #565656. Windows color (decimal): -9024960 or 4213366. OLE color: 4213366.
HSL color Cylindrical-coordinate representation of color #764A40: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764A40 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 64 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.54 |
| HSL | 11.11º | 0.3% | 0.36% | - |
| HSV(B) | 11.11º | 0.46% | 0.46% | - |
| XYZ | 10.85 | 9.12 | 6.04 | - |
| YUV | 86.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 64 | 0 | 0.37 | 0.46 | 0.54 | 11.11 | 0.3 | 0.36 |
| Hex | 76 | 4A | 40 | 0 | 25 | 2E | 36 | B | 1E | 24 |
| Octal | 166 | 112 | 100 | 0 | 45 | 56 | 66 | 13 | 36 | 44 |
| Binary | 1110110 | 1001010 | 1000000 | 0 | 100101 | 101110 | 110110 | 1011 | 11110 | 100100 |
Color Harmonies of #764A40
Complementary color
Monochromatic Colors of #764A40
Black with #764A40
Text Example
Text Example
White with #764A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A40; }
p { color: rgb(118,74,64); }
H1.HeaderClassName
{
color: #764A40;
}
.AnyTagClassName
{
color: #764A40;
}
</style>
background-color css
<style>
a { background-color: #764A40; }
a { background-color: rgb(118,74,64); }
div.DivClassName
{
background-color: #764A40;
}
.BgClassName
{
background-color: #764A40;
}
</style>
border-color css
<style>
span { border-color: #764A40; }
span { border-color: rgb(118,74,64); }
td.TdClassName
{
border-color: #764A40;
}
.TagClassName
{
border-color: #764A40;
}
</style>