Shades of Bole #7C473C
Tints of Bole #7C473C
RGB
CMYK
RGB Variations
Color information
#7C473C (or 0x7C473C) is known color: Bole. HEX triplet: 7C, 47 and 3C. RGB value is (124,71,60). Sum of RGB (Red+Green+Blue) = 124+71+60=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C473C is #83B8C3. Grayscale: #555555. Windows color (decimal): -8632516 or 3950460. OLE color: 3950460.
HSL color Cylindrical-coordinate representation of color #7C473C: hue angle of 10.31º 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 #7C473C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 60 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.51 |
| HSL | 10.31º | 0.35% | 0.36% | - |
| HSV(B) | 10.31º | 0.52% | 0.49% | - |
| XYZ | 11.38 | 9.12 | 5.44 | - |
| YUV | 85.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 60 | 0 | 0.43 | 0.52 | 0.51 | 10.31 | 0.35 | 0.36 |
| Hex | 7C | 47 | 3C | 0 | 2B | 34 | 33 | A | 23 | 24 |
| Octal | 174 | 107 | 74 | 0 | 53 | 64 | 63 | 12 | 43 | 44 |
| Binary | 1111100 | 1000111 | 111100 | 0 | 101011 | 110100 | 110011 | 1010 | 100011 | 100100 |
Color Harmonies of #7C473C
Complementary color
Monochromatic Colors of #7C473C
Black with #7C473C
Text Example
Text Example
White with #7C473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C473C; }
p { color: rgb(124,71,60); }
H1.HeaderClassName
{
color: #7C473C;
}
.AnyTagClassName
{
color: #7C473C;
}
</style>
background-color css
<style>
a { background-color: #7C473C; }
a { background-color: rgb(124,71,60); }
div.DivClassName
{
background-color: #7C473C;
}
.BgClassName
{
background-color: #7C473C;
}
</style>
border-color css
<style>
span { border-color: #7C473C; }
span { border-color: rgb(124,71,60); }
td.TdClassName
{
border-color: #7C473C;
}
.TagClassName
{
border-color: #7C473C;
}
</style>