Shades of Bole #764240
Tints of Bole #764240
RGB
CMYK
RGB Variations
Color information
#764240 (or 0x764240) is known color: Bole. HEX triplet: 76, 42 and 40. RGB value is (118,66,64). Sum of RGB (Red+Green+Blue) = 118+66+64=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764240 is #89BDBF. Grayscale: #515151. Windows color (decimal): -9027008 or 4211318. OLE color: 4211318.
HSL color Cylindrical-coordinate representation of color #764240: hue angle of 2.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764240 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 64 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.54 |
| HSL | 2.22º | 0.3% | 0.36% | - |
| HSV(B) | 2.22º | 0.46% | 0.46% | - |
| XYZ | 10.34 | 8.12 | 5.87 | - |
| YUV | 81.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 64 | 0 | 0.44 | 0.46 | 0.54 | 2.22 | 0.3 | 0.36 |
| Hex | 76 | 42 | 40 | 0 | 2C | 2E | 36 | 2 | 1E | 24 |
| Octal | 166 | 102 | 100 | 0 | 54 | 56 | 66 | 2 | 36 | 44 |
| Binary | 1110110 | 1000010 | 1000000 | 0 | 101100 | 101110 | 110110 | 10 | 11110 | 100100 |
Color Harmonies of #764240
Complementary color
Monochromatic Colors of #764240
Black with #764240
Text Example
Text Example
White with #764240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764240; }
p { color: rgb(118,66,64); }
H1.HeaderClassName
{
color: #764240;
}
.AnyTagClassName
{
color: #764240;
}
</style>
background-color css
<style>
a { background-color: #764240; }
a { background-color: rgb(118,66,64); }
div.DivClassName
{
background-color: #764240;
}
.BgClassName
{
background-color: #764240;
}
</style>
border-color css
<style>
span { border-color: #764240; }
span { border-color: rgb(118,66,64); }
td.TdClassName
{
border-color: #764240;
}
.TagClassName
{
border-color: #764240;
}
</style>