Shades of Bole #78423A
Tints of Bole #78423A
RGB
CMYK
RGB Variations
Color information
#78423A (or 0x78423A) is known color: Bole. HEX triplet: 78, 42 and 3A. RGB value is (120,66,58). Sum of RGB (Red+Green+Blue) = 120+66+58=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78423A is #87BDC5. Grayscale: #515151. Windows color (decimal): -8895942 or 3818104. OLE color: 3818104.
HSL color Cylindrical-coordinate representation of color #78423A: hue angle of 7.74º 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 #78423A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 58 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.53 |
| HSL | 7.74º | 0.35% | 0.35% | - |
| HSV(B) | 7.74º | 0.52% | 0.47% | - |
| XYZ | 10.46 | 8.19 | 5.03 | - |
| YUV | 81.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 58 | 0 | 0.45 | 0.52 | 0.53 | 7.74 | 0.35 | 0.35 |
| Hex | 78 | 42 | 3A | 0 | 2D | 34 | 35 | 8 | 23 | 23 |
| Octal | 170 | 102 | 72 | 0 | 55 | 64 | 65 | 10 | 43 | 43 |
| Binary | 1111000 | 1000010 | 111010 | 0 | 101101 | 110100 | 110101 | 1000 | 100011 | 100011 |
Color Harmonies of #78423A
Complementary color
Monochromatic Colors of #78423A
Black with #78423A
Text Example
Text Example
White with #78423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78423A; }
p { color: rgb(120,66,58); }
H1.HeaderClassName
{
color: #78423A;
}
.AnyTagClassName
{
color: #78423A;
}
</style>
background-color css
<style>
a { background-color: #78423A; }
a { background-color: rgb(120,66,58); }
div.DivClassName
{
background-color: #78423A;
}
.BgClassName
{
background-color: #78423A;
}
</style>
border-color css
<style>
span { border-color: #78423A; }
span { border-color: rgb(120,66,58); }
td.TdClassName
{
border-color: #78423A;
}
.TagClassName
{
border-color: #78423A;
}
</style>