Shades of Bole #764A41
Tints of Bole #764A41
RGB
CMYK
RGB Variations
Color information
#764A41 (or 0x764A41) is known color: Bole. HEX triplet: 76, 4A and 41. RGB value is (118,74,65). Sum of RGB (Red+Green+Blue) = 118+74+65=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A41 is #89B5BE. Grayscale: #565656. Windows color (decimal): -9024959 or 4278902. OLE color: 4278902.
HSL color Cylindrical-coordinate representation of color #764A41: hue angle of 10.19º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764A41 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 65 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.54 |
| HSL | 10.19º | 0.29% | 0.36% | - |
| HSV(B) | 10.19º | 0.45% | 0.46% | - |
| XYZ | 10.87 | 9.13 | 6.19 | - |
| YUV | 86.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 65 | 0 | 0.37 | 0.45 | 0.54 | 10.19 | 0.29 | 0.36 |
| Hex | 76 | 4A | 41 | 0 | 25 | 2D | 36 | A | 1D | 24 |
| Octal | 166 | 112 | 101 | 0 | 45 | 55 | 66 | 12 | 35 | 44 |
| Binary | 1110110 | 1001010 | 1000001 | 0 | 100101 | 101101 | 110110 | 1010 | 11101 | 100100 |
Color Harmonies of #764A41
Complementary color
Monochromatic Colors of #764A41
Black with #764A41
Text Example
Text Example
White with #764A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A41; }
p { color: rgb(118,74,65); }
H1.HeaderClassName
{
color: #764A41;
}
.AnyTagClassName
{
color: #764A41;
}
</style>
background-color css
<style>
a { background-color: #764A41; }
a { background-color: rgb(118,74,65); }
div.DivClassName
{
background-color: #764A41;
}
.BgClassName
{
background-color: #764A41;
}
</style>
border-color css
<style>
span { border-color: #764A41; }
span { border-color: rgb(118,74,65); }
td.TdClassName
{
border-color: #764A41;
}
.TagClassName
{
border-color: #764A41;
}
</style>