Shades of Tosca #7C4448
Tints of Tosca #7C4448
RGB
CMYK
RGB Variations
Color information
#7C4448 (or 0x7C4448) is known color: Tosca. HEX triplet: 7C, 44 and 48. RGB value is (124,68,72). Sum of RGB (Red+Green+Blue) = 124+68+72=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4448 is #83BBB7. Grayscale: #555555. Windows color (decimal): -8633272 or 4736124. OLE color: 4736124.
HSL color Cylindrical-coordinate representation of color #7C4448: hue angle of 355.71º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4448 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 72 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.51 |
| HSL | 355.71º | 0.29% | 0.38% | - |
| HSV(B) | 355.71º | 0.45% | 0.49% | - |
| XYZ | 11.55 | 8.89 | 7.24 | - |
| YUV | 85.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 72 | 0 | 0.45 | 0.42 | 0.51 | 355.71 | 0.29 | 0.38 |
| Hex | 7C | 44 | 48 | 0 | 2D | 2A | 33 | 164 | 1D | 26 |
| Octal | 174 | 104 | 110 | 0 | 55 | 52 | 63 | 544 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1001000 | 0 | 101101 | 101010 | 110011 | 101100100 | 11101 | 100110 |
Color Harmonies of #7C4448
Complementary color
Monochromatic Colors of #7C4448
Black with #7C4448
Text Example
Text Example
White with #7C4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4448; }
p { color: rgb(124,68,72); }
H1.HeaderClassName
{
color: #7C4448;
}
.AnyTagClassName
{
color: #7C4448;
}
</style>
background-color css
<style>
a { background-color: #7C4448; }
a { background-color: rgb(124,68,72); }
div.DivClassName
{
background-color: #7C4448;
}
.BgClassName
{
background-color: #7C4448;
}
</style>
border-color css
<style>
span { border-color: #7C4448; }
span { border-color: rgb(124,68,72); }
td.TdClassName
{
border-color: #7C4448;
}
.TagClassName
{
border-color: #7C4448;
}
</style>