Shades of Bole #7C443C
Tints of Bole #7C443C
RGB
CMYK
RGB Variations
Color information
#7C443C (or 0x7C443C) is known color: Bole. HEX triplet: 7C, 44 and 3C. RGB value is (124,68,60). Sum of RGB (Red+Green+Blue) = 124+68+60=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C443C is #83BBC3. Grayscale: #535353. Windows color (decimal): -8633284 or 3949692. OLE color: 3949692.
HSL color Cylindrical-coordinate representation of color #7C443C: hue angle of 7.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C443C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 60 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.51 |
| HSL | 7.5º | 0.35% | 0.36% | - |
| HSV(B) | 7.5º | 0.52% | 0.49% | - |
| XYZ | 11.19 | 8.75 | 5.37 | - |
| YUV | 83.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 60 | 0 | 0.45 | 0.52 | 0.51 | 7.5 | 0.35 | 0.36 |
| Hex | 7C | 44 | 3C | 0 | 2D | 34 | 33 | 8 | 23 | 24 |
| Octal | 174 | 104 | 74 | 0 | 55 | 64 | 63 | 10 | 43 | 44 |
| Binary | 1111100 | 1000100 | 111100 | 0 | 101101 | 110100 | 110011 | 1000 | 100011 | 100100 |
Color Harmonies of #7C443C
Complementary color
Monochromatic Colors of #7C443C
Black with #7C443C
Text Example
Text Example
White with #7C443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C443C; }
p { color: rgb(124,68,60); }
H1.HeaderClassName
{
color: #7C443C;
}
.AnyTagClassName
{
color: #7C443C;
}
</style>
background-color css
<style>
a { background-color: #7C443C; }
a { background-color: rgb(124,68,60); }
div.DivClassName
{
background-color: #7C443C;
}
.BgClassName
{
background-color: #7C443C;
}
</style>
border-color css
<style>
span { border-color: #7C443C; }
span { border-color: rgb(124,68,60); }
td.TdClassName
{
border-color: #7C443C;
}
.TagClassName
{
border-color: #7C443C;
}
</style>