Shades of Bole #764843
Tints of Bole #764843
RGB
CMYK
RGB Variations
Color information
#764843 (or 0x764843) is known color: Bole. HEX triplet: 76, 48 and 43. RGB value is (118,72,67). Sum of RGB (Red+Green+Blue) = 118+72+67=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764843 is #89B7BC. Grayscale: #555555. Windows color (decimal): -9025469 or 4409462. OLE color: 4409462.
HSL color Cylindrical-coordinate representation of color #764843: hue angle of 5.88º 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 #764843 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 67 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.54 |
| HSL | 5.88º | 0.28% | 0.36% | - |
| HSV(B) | 5.88º | 0.43% | 0.46% | - |
| XYZ | 10.8 | 8.89 | 6.46 | - |
| YUV | 85.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 67 | 0 | 0.39 | 0.43 | 0.54 | 5.88 | 0.28 | 0.36 |
| Hex | 76 | 48 | 43 | 0 | 27 | 2B | 36 | 6 | 1C | 24 |
| Octal | 166 | 110 | 103 | 0 | 47 | 53 | 66 | 6 | 34 | 44 |
| Binary | 1110110 | 1001000 | 1000011 | 0 | 100111 | 101011 | 110110 | 110 | 11100 | 100100 |
Color Harmonies of #764843
Complementary color
Monochromatic Colors of #764843
Black with #764843
Text Example
Text Example
White with #764843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764843; }
p { color: rgb(118,72,67); }
H1.HeaderClassName
{
color: #764843;
}
.AnyTagClassName
{
color: #764843;
}
</style>
background-color css
<style>
a { background-color: #764843; }
a { background-color: rgb(118,72,67); }
div.DivClassName
{
background-color: #764843;
}
.BgClassName
{
background-color: #764843;
}
</style>
border-color css
<style>
span { border-color: #764843; }
span { border-color: rgb(118,72,67); }
td.TdClassName
{
border-color: #764843;
}
.TagClassName
{
border-color: #764843;
}
</style>