Shades of Bole #764A43
Tints of Bole #764A43
RGB
CMYK
RGB Variations
Color information
#764A43 (or 0x764A43) is known color: Bole. HEX triplet: 76, 4A and 43. RGB value is (118,74,67). Sum of RGB (Red+Green+Blue) = 118+74+67=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A43 is #89B5BC. Grayscale: #565656. Windows color (decimal): -9024957 or 4409974. OLE color: 4409974.
HSL color Cylindrical-coordinate representation of color #764A43: hue angle of 8.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764A43 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 67 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.54 |
| HSL | 8.24º | 0.28% | 0.36% | - |
| HSV(B) | 8.24º | 0.43% | 0.46% | - |
| XYZ | 10.93 | 9.15 | 6.5 | - |
| YUV | 86.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 67 | 0 | 0.37 | 0.43 | 0.54 | 8.24 | 0.28 | 0.36 |
| Hex | 76 | 4A | 43 | 0 | 25 | 2B | 36 | 8 | 1C | 24 |
| Octal | 166 | 112 | 103 | 0 | 45 | 53 | 66 | 10 | 34 | 44 |
| Binary | 1110110 | 1001010 | 1000011 | 0 | 100101 | 101011 | 110110 | 1000 | 11100 | 100100 |
Color Harmonies of #764A43
Complementary color
Monochromatic Colors of #764A43
Black with #764A43
Text Example
Text Example
White with #764A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A43; }
p { color: rgb(118,74,67); }
H1.HeaderClassName
{
color: #764A43;
}
.AnyTagClassName
{
color: #764A43;
}
</style>
background-color css
<style>
a { background-color: #764A43; }
a { background-color: rgb(118,74,67); }
div.DivClassName
{
background-color: #764A43;
}
.BgClassName
{
background-color: #764A43;
}
</style>
border-color css
<style>
span { border-color: #764A43; }
span { border-color: rgb(118,74,67); }
td.TdClassName
{
border-color: #764A43;
}
.TagClassName
{
border-color: #764A43;
}
</style>