Shades of Bole #784A44
Tints of Bole #784A44
RGB
CMYK
RGB Variations
Color information
#784A44 (or 0x784A44) is known color: Bole. HEX triplet: 78, 4A and 44. RGB value is (120,74,68). Sum of RGB (Red+Green+Blue) = 120+74+68=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #784A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A44 is #87B5BB. Grayscale: #575757. Windows color (decimal): -8893884 or 4475512. OLE color: 4475512.
HSL color Cylindrical-coordinate representation of color #784A44: hue angle of 6.92º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784A44 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 68 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.53 |
| HSL | 6.92º | 0.28% | 0.37% | - |
| HSV(B) | 6.92º | 0.43% | 0.47% | - |
| XYZ | 11.24 | 9.31 | 6.67 | - |
| YUV | 87.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 68 | 0 | 0.38 | 0.43 | 0.53 | 6.92 | 0.28 | 0.37 |
| Hex | 78 | 4A | 44 | 0 | 26 | 2B | 35 | 7 | 1C | 25 |
| Octal | 170 | 112 | 104 | 0 | 46 | 53 | 65 | 7 | 34 | 45 |
| Binary | 1111000 | 1001010 | 1000100 | 0 | 100110 | 101011 | 110101 | 111 | 11100 | 100101 |
Color Harmonies of #784A44
Complementary color
Monochromatic Colors of #784A44
Black with #784A44
Text Example
Text Example
White with #784A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A44; }
p { color: rgb(120,74,68); }
H1.HeaderClassName
{
color: #784A44;
}
.AnyTagClassName
{
color: #784A44;
}
</style>
background-color css
<style>
a { background-color: #784A44; }
a { background-color: rgb(120,74,68); }
div.DivClassName
{
background-color: #784A44;
}
.BgClassName
{
background-color: #784A44;
}
</style>
border-color css
<style>
span { border-color: #784A44; }
span { border-color: rgb(120,74,68); }
td.TdClassName
{
border-color: #784A44;
}
.TagClassName
{
border-color: #784A44;
}
</style>