Shades of Bole #784A41
Tints of Bole #784A41
RGB
CMYK
RGB Variations
Color information
#784A41 (or 0x784A41) is known color: Bole. HEX triplet: 78, 4A and 41. RGB value is (120,74,65). Sum of RGB (Red+Green+Blue) = 120+74+65=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A41 is #87B5BE. Grayscale: #565656. Windows color (decimal): -8893887 or 4278904. OLE color: 4278904.
HSL color Cylindrical-coordinate representation of color #784A41: hue angle of 9.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784A41 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 65 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.53 |
| HSL | 9.82º | 0.3% | 0.36% | - |
| HSV(B) | 9.82º | 0.46% | 0.47% | - |
| XYZ | 11.15 | 9.27 | 6.2 | - |
| YUV | 86.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 65 | 0 | 0.38 | 0.46 | 0.53 | 9.82 | 0.3 | 0.36 |
| Hex | 78 | 4A | 41 | 0 | 26 | 2E | 35 | A | 1E | 24 |
| Octal | 170 | 112 | 101 | 0 | 46 | 56 | 65 | 12 | 36 | 44 |
| Binary | 1111000 | 1001010 | 1000001 | 0 | 100110 | 101110 | 110101 | 1010 | 11110 | 100100 |
Color Harmonies of #784A41
Complementary color
Monochromatic Colors of #784A41
Black with #784A41
Text Example
Text Example
White with #784A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A41; }
p { color: rgb(120,74,65); }
H1.HeaderClassName
{
color: #784A41;
}
.AnyTagClassName
{
color: #784A41;
}
</style>
background-color css
<style>
a { background-color: #784A41; }
a { background-color: rgb(120,74,65); }
div.DivClassName
{
background-color: #784A41;
}
.BgClassName
{
background-color: #784A41;
}
</style>
border-color css
<style>
span { border-color: #784A41; }
span { border-color: rgb(120,74,65); }
td.TdClassName
{
border-color: #784A41;
}
.TagClassName
{
border-color: #784A41;
}
</style>