Shades of Tosca #7D4148
Tints of Tosca #7D4148
RGB
CMYK
RGB Variations
Color information
#7D4148 (or 0x7D4148) is known color: Tosca. HEX triplet: 7D, 41 and 48. RGB value is (125,65,72). Sum of RGB (Red+Green+Blue) = 125+65+72=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4148 is #82BEB7. Grayscale: #535353. Windows color (decimal): -8568504 or 4735357. OLE color: 4735357.
HSL color Cylindrical-coordinate representation of color #7D4148: hue angle of 353º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4148 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 72 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.51 |
| HSL | 353º | 0.32% | 0.37% | - |
| HSV(B) | 353º | 0.48% | 0.49% | - |
| XYZ | 11.52 | 8.61 | 7.19 | - |
| YUV | 83.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 72 | 0 | 0.48 | 0.42 | 0.51 | 353 | 0.32 | 0.37 |
| Hex | 7D | 41 | 48 | 0 | 30 | 2A | 33 | 161 | 20 | 25 |
| Octal | 175 | 101 | 110 | 0 | 60 | 52 | 63 | 541 | 40 | 45 |
| Binary | 1111101 | 1000001 | 1001000 | 0 | 110000 | 101010 | 110011 | 101100001 | 100000 | 100101 |
Color Harmonies of #7D4148
Complementary color
Monochromatic Colors of #7D4148
Black with #7D4148
Text Example
Text Example
White with #7D4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4148; }
p { color: rgb(125,65,72); }
H1.HeaderClassName
{
color: #7D4148;
}
.AnyTagClassName
{
color: #7D4148;
}
</style>
background-color css
<style>
a { background-color: #7D4148; }
a { background-color: rgb(125,65,72); }
div.DivClassName
{
background-color: #7D4148;
}
.BgClassName
{
background-color: #7D4148;
}
</style>
border-color css
<style>
span { border-color: #7D4148; }
span { border-color: rgb(125,65,72); }
td.TdClassName
{
border-color: #7D4148;
}
.TagClassName
{
border-color: #7D4148;
}
</style>