Shades of Bole #7C443A
Tints of Bole #7C443A
RGB
CMYK
RGB Variations
Color information
#7C443A (or 0x7C443A) is known color: Bole. HEX triplet: 7C, 44 and 3A. RGB value is (124,68,58). Sum of RGB (Red+Green+Blue) = 124+68+58=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C443A is #83BBC5. Grayscale: #535353. Windows color (decimal): -8633286 or 3818620. OLE color: 3818620.
HSL color Cylindrical-coordinate representation of color #7C443A: hue angle of 9.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C443A is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 58 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.51 |
| HSL | 9.09º | 0.36% | 0.36% | - |
| HSV(B) | 9.09º | 0.53% | 0.49% | - |
| XYZ | 11.14 | 8.72 | 5.1 | - |
| YUV | 83.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 58 | 0 | 0.45 | 0.53 | 0.51 | 9.09 | 0.36 | 0.36 |
| Hex | 7C | 44 | 3A | 0 | 2D | 35 | 33 | 9 | 24 | 24 |
| Octal | 174 | 104 | 72 | 0 | 55 | 65 | 63 | 11 | 44 | 44 |
| Binary | 1111100 | 1000100 | 111010 | 0 | 101101 | 110101 | 110011 | 1001 | 100100 | 100100 |
Color Harmonies of #7C443A
Complementary color
Monochromatic Colors of #7C443A
Black with #7C443A
Text Example
Text Example
White with #7C443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C443A; }
p { color: rgb(124,68,58); }
H1.HeaderClassName
{
color: #7C443A;
}
.AnyTagClassName
{
color: #7C443A;
}
</style>
background-color css
<style>
a { background-color: #7C443A; }
a { background-color: rgb(124,68,58); }
div.DivClassName
{
background-color: #7C443A;
}
.BgClassName
{
background-color: #7C443A;
}
</style>
border-color css
<style>
span { border-color: #7C443A; }
span { border-color: rgb(124,68,58); }
td.TdClassName
{
border-color: #7C443A;
}
.TagClassName
{
border-color: #7C443A;
}
</style>