Shades of Bole #78403B
Tints of Bole #78403B
RGB
CMYK
RGB Variations
Color information
#78403B (or 0x78403B) is known color: Bole. HEX triplet: 78, 40 and 3B. RGB value is (120,64,59). Sum of RGB (Red+Green+Blue) = 120+64+59=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78403B is #87BFC4. Grayscale: #505050. Windows color (decimal): -8896453 or 3883128. OLE color: 3883128.
HSL color Cylindrical-coordinate representation of color #78403B: hue angle of 4.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78403B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 59 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.53 |
| HSL | 4.92º | 0.34% | 0.35% | - |
| HSV(B) | 4.92º | 0.51% | 0.47% | - |
| XYZ | 10.37 | 7.98 | 5.13 | - |
| YUV | 80.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 59 | 0 | 0.47 | 0.51 | 0.53 | 4.92 | 0.34 | 0.35 |
| Hex | 78 | 40 | 3B | 0 | 2F | 33 | 35 | 5 | 22 | 23 |
| Octal | 170 | 100 | 73 | 0 | 57 | 63 | 65 | 5 | 42 | 43 |
| Binary | 1111000 | 1000000 | 111011 | 0 | 101111 | 110011 | 110101 | 101 | 100010 | 100011 |
Color Harmonies of #78403B
Complementary color
Monochromatic Colors of #78403B
Black with #78403B
Text Example
Text Example
White with #78403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78403B; }
p { color: rgb(120,64,59); }
H1.HeaderClassName
{
color: #78403B;
}
.AnyTagClassName
{
color: #78403B;
}
</style>
background-color css
<style>
a { background-color: #78403B; }
a { background-color: rgb(120,64,59); }
div.DivClassName
{
background-color: #78403B;
}
.BgClassName
{
background-color: #78403B;
}
</style>
border-color css
<style>
span { border-color: #78403B; }
span { border-color: rgb(120,64,59); }
td.TdClassName
{
border-color: #78403B;
}
.TagClassName
{
border-color: #78403B;
}
</style>