Shades of Bole #764141
Tints of Bole #764141
RGB
CMYK
RGB Variations
Color information
#764141 (or 0x764141) is known color: Bole. HEX triplet: 76, 41 and 41. RGB value is (118,65,65). Sum of RGB (Red+Green+Blue) = 118+65+65=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764141 is #89BEBE. Grayscale: #505050. Windows color (decimal): -9027263 or 4276598. OLE color: 4276598.
HSL color Cylindrical-coordinate representation of color #764141: hue angle of 0º 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 #764141 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 65 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.54 |
| HSL | 0º | 0.29% | 0.36% | - |
| HSV(B) | 0º | 0.45% | 0.46% | - |
| XYZ | 10.32 | 8.01 | 6 | - |
| YUV | 80.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 65 | 0 | 0.45 | 0.45 | 0.54 | 0 | 0.29 | 0.36 |
| Hex | 76 | 41 | 41 | 0 | 2D | 2D | 36 | 0 | 1D | 24 |
| Octal | 166 | 101 | 101 | 0 | 55 | 55 | 66 | 0 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1000001 | 0 | 101101 | 101101 | 110110 | 0 | 11101 | 100100 |
Color Harmonies of #764141
Complementary color
Monochromatic Colors of #764141
Black with #764141
Text Example
Text Example
White with #764141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764141; }
p { color: rgb(118,65,65); }
H1.HeaderClassName
{
color: #764141;
}
.AnyTagClassName
{
color: #764141;
}
</style>
background-color css
<style>
a { background-color: #764141; }
a { background-color: rgb(118,65,65); }
div.DivClassName
{
background-color: #764141;
}
.BgClassName
{
background-color: #764141;
}
</style>
border-color css
<style>
span { border-color: #764141; }
span { border-color: rgb(118,65,65); }
td.TdClassName
{
border-color: #764141;
}
.TagClassName
{
border-color: #764141;
}
</style>