Shades of Bole #78423F
Tints of Bole #78423F
RGB
CMYK
RGB Variations
Color information
#78423F (or 0x78423F) is known color: Bole. HEX triplet: 78, 42 and 3F. RGB value is (120,66,63). Sum of RGB (Red+Green+Blue) = 120+66+63=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78423F is #87BDC0. Grayscale: #515151. Windows color (decimal): -8895937 or 4145784. OLE color: 4145784.
HSL color Cylindrical-coordinate representation of color #78423F: hue angle of 3.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78423F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 63 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.53 |
| HSL | 3.16º | 0.31% | 0.36% | - |
| HSV(B) | 3.16º | 0.48% | 0.47% | - |
| XYZ | 10.59 | 8.25 | 5.74 | - |
| YUV | 81.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 63 | 0 | 0.45 | 0.48 | 0.53 | 3.16 | 0.31 | 0.36 |
| Hex | 78 | 42 | 3F | 0 | 2D | 30 | 35 | 3 | 1F | 24 |
| Octal | 170 | 102 | 77 | 0 | 55 | 60 | 65 | 3 | 37 | 44 |
| Binary | 1111000 | 1000010 | 111111 | 0 | 101101 | 110000 | 110101 | 11 | 11111 | 100100 |
Color Harmonies of #78423F
Complementary color
Monochromatic Colors of #78423F
Black with #78423F
Text Example
Text Example
White with #78423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78423F; }
p { color: rgb(120,66,63); }
H1.HeaderClassName
{
color: #78423F;
}
.AnyTagClassName
{
color: #78423F;
}
</style>
background-color css
<style>
a { background-color: #78423F; }
a { background-color: rgb(120,66,63); }
div.DivClassName
{
background-color: #78423F;
}
.BgClassName
{
background-color: #78423F;
}
</style>
border-color css
<style>
span { border-color: #78423F; }
span { border-color: rgb(120,66,63); }
td.TdClassName
{
border-color: #78423F;
}
.TagClassName
{
border-color: #78423F;
}
</style>