Shades of Bole #784842
Tints of Bole #784842
RGB
CMYK
RGB Variations
Color information
#784842 (or 0x784842) is known color: Bole. HEX triplet: 78, 48 and 42. RGB value is (120,72,66). Sum of RGB (Red+Green+Blue) = 120+72+66=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784842 is #87B7BD. Grayscale: #555555. Windows color (decimal): -8894398 or 4343928. OLE color: 4343928.
HSL color Cylindrical-coordinate representation of color #784842: hue angle of 6.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784842 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 66 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.53 |
| HSL | 6.67º | 0.29% | 0.36% | - |
| HSV(B) | 6.67º | 0.45% | 0.47% | - |
| XYZ | 11.05 | 9.02 | 6.31 | - |
| YUV | 85.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 66 | 0 | 0.40 | 0.45 | 0.53 | 6.67 | 0.29 | 0.36 |
| Hex | 78 | 48 | 42 | 0 | 28 | 2D | 35 | 7 | 1D | 24 |
| Octal | 170 | 110 | 102 | 0 | 50 | 55 | 65 | 7 | 35 | 44 |
| Binary | 1111000 | 1001000 | 1000010 | 0 | 101000 | 101101 | 110101 | 111 | 11101 | 100100 |
Color Harmonies of #784842
Complementary color
Monochromatic Colors of #784842
Black with #784842
Text Example
Text Example
White with #784842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784842; }
p { color: rgb(120,72,66); }
H1.HeaderClassName
{
color: #784842;
}
.AnyTagClassName
{
color: #784842;
}
</style>
background-color css
<style>
a { background-color: #784842; }
a { background-color: rgb(120,72,66); }
div.DivClassName
{
background-color: #784842;
}
.BgClassName
{
background-color: #784842;
}
</style>
border-color css
<style>
span { border-color: #784842; }
span { border-color: rgb(120,72,66); }
td.TdClassName
{
border-color: #784842;
}
.TagClassName
{
border-color: #784842;
}
</style>