Shades of Bole #7C453C
Tints of Bole #7C453C
RGB
CMYK
RGB Variations
Color information
#7C453C (or 0x7C453C) is known color: Bole. HEX triplet: 7C, 45 and 3C. RGB value is (124,69,60). Sum of RGB (Red+Green+Blue) = 124+69+60=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C453C is #83BAC3. Grayscale: #545454. Windows color (decimal): -8633028 or 3949948. OLE color: 3949948.
HSL color Cylindrical-coordinate representation of color #7C453C: hue angle of 8.44º 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 #7C453C is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 60 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.51 |
| HSL | 8.44º | 0.35% | 0.36% | - |
| HSV(B) | 8.44º | 0.52% | 0.49% | - |
| XYZ | 11.26 | 8.87 | 5.39 | - |
| YUV | 84.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 60 | 0 | 0.44 | 0.52 | 0.51 | 8.44 | 0.35 | 0.36 |
| Hex | 7C | 45 | 3C | 0 | 2C | 34 | 33 | 8 | 23 | 24 |
| Octal | 174 | 105 | 74 | 0 | 54 | 64 | 63 | 10 | 43 | 44 |
| Binary | 1111100 | 1000101 | 111100 | 0 | 101100 | 110100 | 110011 | 1000 | 100011 | 100100 |
Color Harmonies of #7C453C
Complementary color
Monochromatic Colors of #7C453C
Black with #7C453C
Text Example
Text Example
White with #7C453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C453C; }
p { color: rgb(124,69,60); }
H1.HeaderClassName
{
color: #7C453C;
}
.AnyTagClassName
{
color: #7C453C;
}
</style>
background-color css
<style>
a { background-color: #7C453C; }
a { background-color: rgb(124,69,60); }
div.DivClassName
{
background-color: #7C453C;
}
.BgClassName
{
background-color: #7C453C;
}
</style>
border-color css
<style>
span { border-color: #7C453C; }
span { border-color: rgb(124,69,60); }
td.TdClassName
{
border-color: #7C453C;
}
.TagClassName
{
border-color: #7C453C;
}
</style>