Shades of Bole #78473C
Tints of Bole #78473C
RGB
CMYK
RGB Variations
Color information
#78473C (or 0x78473C) is known color: Bole. HEX triplet: 78, 47 and 3C. RGB value is (120,71,60). Sum of RGB (Red+Green+Blue) = 120+71+60=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78473C is #87B8C3. Grayscale: #545454. Windows color (decimal): -8894660 or 3950456. OLE color: 3950456.
HSL color Cylindrical-coordinate representation of color #78473C: hue angle of 11º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78473C is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 71 | 60 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.53 |
| HSL | 11º | 0.33% | 0.35% | - |
| HSV(B) | 11º | 0.5% | 0.47% | - |
| XYZ | 10.81 | 8.83 | 5.41 | - |
| YUV | 84.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 60 | 0 | 0.41 | 0.5 | 0.53 | 11 | 0.33 | 0.35 |
| Hex | 78 | 47 | 3C | 0 | 29 | 32 | 35 | B | 21 | 23 |
| Octal | 170 | 107 | 74 | 0 | 51 | 62 | 65 | 13 | 41 | 43 |
| Binary | 1111000 | 1000111 | 111100 | 0 | 101001 | 110010 | 110101 | 1011 | 100001 | 100011 |
Color Harmonies of #78473C
Complementary color
Monochromatic Colors of #78473C
Black with #78473C
Text Example
Text Example
White with #78473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78473C; }
p { color: rgb(120,71,60); }
H1.HeaderClassName
{
color: #78473C;
}
.AnyTagClassName
{
color: #78473C;
}
</style>
background-color css
<style>
a { background-color: #78473C; }
a { background-color: rgb(120,71,60); }
div.DivClassName
{
background-color: #78473C;
}
.BgClassName
{
background-color: #78473C;
}
</style>
border-color css
<style>
span { border-color: #78473C; }
span { border-color: rgb(120,71,60); }
td.TdClassName
{
border-color: #78473C;
}
.TagClassName
{
border-color: #78473C;
}
</style>