Shades of Bole #78463D
Tints of Bole #78463D
RGB
CMYK
RGB Variations
Color information
#78463D (or 0x78463D) is known color: Bole. HEX triplet: 78, 46 and 3D. RGB value is (120,70,61). Sum of RGB (Red+Green+Blue) = 120+70+61=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78463D is #87B9C2. Grayscale: #545454. Windows color (decimal): -8894915 or 4015736. OLE color: 4015736.
HSL color Cylindrical-coordinate representation of color #78463D: hue angle of 9.15º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78463D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 61 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.53 |
| HSL | 9.15º | 0.33% | 0.35% | - |
| HSV(B) | 9.15º | 0.49% | 0.47% | - |
| XYZ | 10.78 | 8.71 | 5.53 | - |
| YUV | 83.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 61 | 0 | 0.42 | 0.49 | 0.53 | 9.15 | 0.33 | 0.35 |
| Hex | 78 | 46 | 3D | 0 | 2A | 31 | 35 | 9 | 21 | 23 |
| Octal | 170 | 106 | 75 | 0 | 52 | 61 | 65 | 11 | 41 | 43 |
| Binary | 1111000 | 1000110 | 111101 | 0 | 101010 | 110001 | 110101 | 1001 | 100001 | 100011 |
Color Harmonies of #78463D
Complementary color
Monochromatic Colors of #78463D
Black with #78463D
Text Example
Text Example
White with #78463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78463D; }
p { color: rgb(120,70,61); }
H1.HeaderClassName
{
color: #78463D;
}
.AnyTagClassName
{
color: #78463D;
}
</style>
background-color css
<style>
a { background-color: #78463D; }
a { background-color: rgb(120,70,61); }
div.DivClassName
{
background-color: #78463D;
}
.BgClassName
{
background-color: #78463D;
}
</style>
border-color css
<style>
span { border-color: #78463D; }
span { border-color: rgb(120,70,61); }
td.TdClassName
{
border-color: #78463D;
}
.TagClassName
{
border-color: #78463D;
}
</style>