Shades of Bole #764841
Tints of Bole #764841
RGB
CMYK
RGB Variations
Color information
#764841 (or 0x764841) is known color: Bole. HEX triplet: 76, 48 and 41. RGB value is (118,72,65). Sum of RGB (Red+Green+Blue) = 118+72+65=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764841 is #89B7BE. Grayscale: #555555. Windows color (decimal): -9025471 or 4278390. OLE color: 4278390.
HSL color Cylindrical-coordinate representation of color #764841: hue angle of 7.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764841 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 65 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.54 |
| HSL | 7.92º | 0.29% | 0.36% | - |
| HSV(B) | 7.92º | 0.45% | 0.46% | - |
| XYZ | 10.74 | 8.87 | 6.15 | - |
| YUV | 84.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 65 | 0 | 0.39 | 0.45 | 0.54 | 7.92 | 0.29 | 0.36 |
| Hex | 76 | 48 | 41 | 0 | 27 | 2D | 36 | 8 | 1D | 24 |
| Octal | 166 | 110 | 101 | 0 | 47 | 55 | 66 | 10 | 35 | 44 |
| Binary | 1110110 | 1001000 | 1000001 | 0 | 100111 | 101101 | 110110 | 1000 | 11101 | 100100 |
Color Harmonies of #764841
Complementary color
Monochromatic Colors of #764841
Black with #764841
Text Example
Text Example
White with #764841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764841; }
p { color: rgb(118,72,65); }
H1.HeaderClassName
{
color: #764841;
}
.AnyTagClassName
{
color: #764841;
}
</style>
background-color css
<style>
a { background-color: #764841; }
a { background-color: rgb(118,72,65); }
div.DivClassName
{
background-color: #764841;
}
.BgClassName
{
background-color: #764841;
}
</style>
border-color css
<style>
span { border-color: #764841; }
span { border-color: rgb(118,72,65); }
td.TdClassName
{
border-color: #764841;
}
.TagClassName
{
border-color: #764841;
}
</style>