Shades of Bole #764A42
Tints of Bole #764A42
RGB
CMYK
RGB Variations
Color information
#764A42 (or 0x764A42) is known color: Bole. HEX triplet: 76, 4A and 42. RGB value is (118,74,66). Sum of RGB (Red+Green+Blue) = 118+74+66=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A42 is #89B5BD. Grayscale: #565656. Windows color (decimal): -9024958 or 4344438. OLE color: 4344438.
HSL color Cylindrical-coordinate representation of color #764A42: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764A42 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 66 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.54 |
| HSL | 9.23º | 0.28% | 0.36% | - |
| HSV(B) | 9.23º | 0.44% | 0.46% | - |
| XYZ | 10.9 | 9.14 | 6.34 | - |
| YUV | 86.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 66 | 0 | 0.37 | 0.44 | 0.54 | 9.23 | 0.28 | 0.36 |
| Hex | 76 | 4A | 42 | 0 | 25 | 2C | 36 | 9 | 1C | 24 |
| Octal | 166 | 112 | 102 | 0 | 45 | 54 | 66 | 11 | 34 | 44 |
| Binary | 1110110 | 1001010 | 1000010 | 0 | 100101 | 101100 | 110110 | 1001 | 11100 | 100100 |
Color Harmonies of #764A42
Complementary color
Monochromatic Colors of #764A42
Black with #764A42
Text Example
Text Example
White with #764A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A42; }
p { color: rgb(118,74,66); }
H1.HeaderClassName
{
color: #764A42;
}
.AnyTagClassName
{
color: #764A42;
}
</style>
background-color css
<style>
a { background-color: #764A42; }
a { background-color: rgb(118,74,66); }
div.DivClassName
{
background-color: #764A42;
}
.BgClassName
{
background-color: #764A42;
}
</style>
border-color css
<style>
span { border-color: #764A42; }
span { border-color: rgb(118,74,66); }
td.TdClassName
{
border-color: #764A42;
}
.TagClassName
{
border-color: #764A42;
}
</style>