Shades of Bole #784A47
Tints of Bole #784A47
RGB
CMYK
RGB Variations
Color information
#784A47 (or 0x784A47) is known color: Bole. HEX triplet: 78, 4A and 47. RGB value is (120,74,71). Sum of RGB (Red+Green+Blue) = 120+74+71=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A47 is #87B5B8. Grayscale: #575757. Windows color (decimal): -8893881 or 4672120. OLE color: 4672120.
HSL color Cylindrical-coordinate representation of color #784A47: hue angle of 3.67º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #784A47 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 71 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.53 |
| HSL | 3.67º | 0.26% | 0.37% | - |
| HSV(B) | 3.67º | 0.41% | 0.47% | - |
| XYZ | 11.33 | 9.35 | 7.17 | - |
| YUV | 87.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 71 | 0 | 0.38 | 0.41 | 0.53 | 3.67 | 0.26 | 0.37 |
| Hex | 78 | 4A | 47 | 0 | 26 | 29 | 35 | 4 | 1A | 25 |
| Octal | 170 | 112 | 107 | 0 | 46 | 51 | 65 | 4 | 32 | 45 |
| Binary | 1111000 | 1001010 | 1000111 | 0 | 100110 | 101001 | 110101 | 100 | 11010 | 100101 |
Color Harmonies of #784A47
Complementary color
Monochromatic Colors of #784A47
Black with #784A47
Text Example
Text Example
White with #784A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A47; }
p { color: rgb(120,74,71); }
H1.HeaderClassName
{
color: #784A47;
}
.AnyTagClassName
{
color: #784A47;
}
</style>
background-color css
<style>
a { background-color: #784A47; }
a { background-color: rgb(120,74,71); }
div.DivClassName
{
background-color: #784A47;
}
.BgClassName
{
background-color: #784A47;
}
</style>
border-color css
<style>
span { border-color: #784A47; }
span { border-color: rgb(120,74,71); }
td.TdClassName
{
border-color: #784A47;
}
.TagClassName
{
border-color: #784A47;
}
</style>