Shades of Bole #784C44
Tints of Bole #784C44
RGB
CMYK
RGB Variations
Color information
#784C44 (or 0x784C44) is known color: Bole. HEX triplet: 78, 4C and 44. RGB value is (120,76,68). Sum of RGB (Red+Green+Blue) = 120+76+68=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #784C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C44 is #87B3BB. Grayscale: #585858. Windows color (decimal): -8893372 or 4476024. OLE color: 4476024.
HSL color Cylindrical-coordinate representation of color #784C44: hue angle of 9.23º 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 #784C44 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 68 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.53 |
| HSL | 9.23º | 0.28% | 0.37% | - |
| HSV(B) | 9.23º | 0.43% | 0.47% | - |
| XYZ | 11.37 | 9.58 | 6.72 | - |
| YUV | 88.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 68 | 0 | 0.37 | 0.43 | 0.53 | 9.23 | 0.28 | 0.37 |
| Hex | 78 | 4C | 44 | 0 | 25 | 2B | 35 | 9 | 1C | 25 |
| Octal | 170 | 114 | 104 | 0 | 45 | 53 | 65 | 11 | 34 | 45 |
| Binary | 1111000 | 1001100 | 1000100 | 0 | 100101 | 101011 | 110101 | 1001 | 11100 | 100101 |
Color Harmonies of #784C44
Complementary color
Monochromatic Colors of #784C44
Black with #784C44
Text Example
Text Example
White with #784C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C44; }
p { color: rgb(120,76,68); }
H1.HeaderClassName
{
color: #784C44;
}
.AnyTagClassName
{
color: #784C44;
}
</style>
background-color css
<style>
a { background-color: #784C44; }
a { background-color: rgb(120,76,68); }
div.DivClassName
{
background-color: #784C44;
}
.BgClassName
{
background-color: #784C44;
}
</style>
border-color css
<style>
span { border-color: #784C44; }
span { border-color: rgb(120,76,68); }
td.TdClassName
{
border-color: #784C44;
}
.TagClassName
{
border-color: #784C44;
}
</style>