Shades of Bole #784646
Tints of Bole #784646
RGB
CMYK
RGB Variations
Color information
#784646 (or 0x784646) is known color: Bole. HEX triplet: 78, 46 and 46. RGB value is (120,70,70). Sum of RGB (Red+Green+Blue) = 120+70+70=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784646 is #87B9B9. Grayscale: #555555. Windows color (decimal): -8894906 or 4605560. OLE color: 4605560.
HSL color Cylindrical-coordinate representation of color #784646: hue angle of 0º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784646 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 70 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.53 |
| HSL | 0º | 0.26% | 0.37% | - |
| HSV(B) | 0º | 0.42% | 0.47% | - |
| XYZ | 11.04 | 8.82 | 6.91 | - |
| YUV | 84.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 70 | 0 | 0.42 | 0.42 | 0.53 | 0 | 0.26 | 0.37 |
| Hex | 78 | 46 | 46 | 0 | 2A | 2A | 35 | 0 | 1A | 25 |
| Octal | 170 | 106 | 106 | 0 | 52 | 52 | 65 | 0 | 32 | 45 |
| Binary | 1111000 | 1000110 | 1000110 | 0 | 101010 | 101010 | 110101 | 0 | 11010 | 100101 |
Color Harmonies of #784646
Complementary color
Monochromatic Colors of #784646
Black with #784646
Text Example
Text Example
White with #784646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784646; }
p { color: rgb(120,70,70); }
H1.HeaderClassName
{
color: #784646;
}
.AnyTagClassName
{
color: #784646;
}
</style>
background-color css
<style>
a { background-color: #784646; }
a { background-color: rgb(120,70,70); }
div.DivClassName
{
background-color: #784646;
}
.BgClassName
{
background-color: #784646;
}
</style>
border-color css
<style>
span { border-color: #784646; }
span { border-color: rgb(120,70,70); }
td.TdClassName
{
border-color: #784646;
}
.TagClassName
{
border-color: #784646;
}
</style>