Shades of Bole #78413A
Tints of Bole #78413A
RGB
CMYK
RGB Variations
Color information
#78413A (or 0x78413A) is known color: Bole. HEX triplet: 78, 41 and 3A. RGB value is (120,65,58). Sum of RGB (Red+Green+Blue) = 120+65+58=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78413A is #87BEC5. Grayscale: #505050. Windows color (decimal): -8896198 or 3817848. OLE color: 3817848.
HSL color Cylindrical-coordinate representation of color #78413A: hue angle of 6.77º degrees, saturation: 0.35, 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 #78413A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 58 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.53 |
| HSL | 6.77º | 0.35% | 0.35% | - |
| HSV(B) | 6.77º | 0.52% | 0.47% | - |
| XYZ | 10.4 | 8.08 | 5.01 | - |
| YUV | 80.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 58 | 0 | 0.46 | 0.52 | 0.53 | 6.77 | 0.35 | 0.35 |
| Hex | 78 | 41 | 3A | 0 | 2E | 34 | 35 | 7 | 23 | 23 |
| Octal | 170 | 101 | 72 | 0 | 56 | 64 | 65 | 7 | 43 | 43 |
| Binary | 1111000 | 1000001 | 111010 | 0 | 101110 | 110100 | 110101 | 111 | 100011 | 100011 |
Color Harmonies of #78413A
Complementary color
Monochromatic Colors of #78413A
Black with #78413A
Text Example
Text Example
White with #78413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78413A; }
p { color: rgb(120,65,58); }
H1.HeaderClassName
{
color: #78413A;
}
.AnyTagClassName
{
color: #78413A;
}
</style>
background-color css
<style>
a { background-color: #78413A; }
a { background-color: rgb(120,65,58); }
div.DivClassName
{
background-color: #78413A;
}
.BgClassName
{
background-color: #78413A;
}
</style>
border-color css
<style>
span { border-color: #78413A; }
span { border-color: rgb(120,65,58); }
td.TdClassName
{
border-color: #78413A;
}
.TagClassName
{
border-color: #78413A;
}
</style>