Shades of Bole #784139
Tints of Bole #784139
RGB
CMYK
RGB Variations
Color information
#784139 (or 0x784139) is known color: Bole. HEX triplet: 78, 41 and 39. RGB value is (120,65,57). Sum of RGB (Red+Green+Blue) = 120+65+57=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #784139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784139 is #87BEC6. Grayscale: #505050. Windows color (decimal): -8896199 or 3752312. OLE color: 3752312.
HSL color Cylindrical-coordinate representation of color #784139: hue angle of 7.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784139 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 57 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.53 |
| HSL | 7.62º | 0.36% | 0.35% | - |
| HSV(B) | 7.62º | 0.53% | 0.47% | - |
| XYZ | 10.37 | 8.07 | 4.88 | - |
| YUV | 80.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 57 | 0 | 0.46 | 0.52 | 0.53 | 7.62 | 0.36 | 0.35 |
| Hex | 78 | 41 | 39 | 0 | 2E | 34 | 35 | 8 | 24 | 23 |
| Octal | 170 | 101 | 71 | 0 | 56 | 64 | 65 | 10 | 44 | 43 |
| Binary | 1111000 | 1000001 | 111001 | 0 | 101110 | 110100 | 110101 | 1000 | 100100 | 100011 |
Color Harmonies of #784139
Complementary color
Monochromatic Colors of #784139
Black with #784139
Text Example
Text Example
White with #784139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784139; }
p { color: rgb(120,65,57); }
H1.HeaderClassName
{
color: #784139;
}
.AnyTagClassName
{
color: #784139;
}
</style>
background-color css
<style>
a { background-color: #784139; }
a { background-color: rgb(120,65,57); }
div.DivClassName
{
background-color: #784139;
}
.BgClassName
{
background-color: #784139;
}
</style>
border-color css
<style>
span { border-color: #784139; }
span { border-color: rgb(120,65,57); }
td.TdClassName
{
border-color: #784139;
}
.TagClassName
{
border-color: #784139;
}
</style>