Shades of Bole #764543
Tints of Bole #764543
RGB
CMYK
RGB Variations
Color information
#764543 (or 0x764543) is known color: Bole. HEX triplet: 76, 45 and 43. RGB value is (118,69,67). Sum of RGB (Red+Green+Blue) = 118+69+67=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764543 is #89BABC. Grayscale: #535353. Windows color (decimal): -9026237 or 4408694. OLE color: 4408694.
HSL color Cylindrical-coordinate representation of color #764543: hue angle of 2.35º 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 #764543 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 67 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.54 |
| HSL | 2.35º | 0.28% | 0.36% | - |
| HSV(B) | 2.35º | 0.43% | 0.46% | - |
| XYZ | 10.61 | 8.51 | 6.39 | - |
| YUV | 83.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 67 | 0 | 0.42 | 0.43 | 0.54 | 2.35 | 0.28 | 0.36 |
| Hex | 76 | 45 | 43 | 0 | 2A | 2B | 36 | 2 | 1C | 24 |
| Octal | 166 | 105 | 103 | 0 | 52 | 53 | 66 | 2 | 34 | 44 |
| Binary | 1110110 | 1000101 | 1000011 | 0 | 101010 | 101011 | 110110 | 10 | 11100 | 100100 |
Color Harmonies of #764543
Complementary color
Monochromatic Colors of #764543
Black with #764543
Text Example
Text Example
White with #764543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764543; }
p { color: rgb(118,69,67); }
H1.HeaderClassName
{
color: #764543;
}
.AnyTagClassName
{
color: #764543;
}
</style>
background-color css
<style>
a { background-color: #764543; }
a { background-color: rgb(118,69,67); }
div.DivClassName
{
background-color: #764543;
}
.BgClassName
{
background-color: #764543;
}
</style>
border-color css
<style>
span { border-color: #764543; }
span { border-color: rgb(118,69,67); }
td.TdClassName
{
border-color: #764543;
}
.TagClassName
{
border-color: #764543;
}
</style>