Shades of Tosca #7C3E42
Tints of Tosca #7C3E42
RGB
CMYK
RGB Variations
Color information
#7C3E42 (or 0x7C3E42) is known color: Tosca. HEX triplet: 7C, 3E and 42. RGB value is (124,62,66). Sum of RGB (Red+Green+Blue) = 124+62+66=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E42 is #83C1BD. Grayscale: #515151. Windows color (decimal): -8634814 or 4341372. OLE color: 4341372.
HSL color Cylindrical-coordinate representation of color #7C3E42: hue angle of 356.13º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E42 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 66 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.51 |
| HSL | 356.13º | 0.33% | 0.36% | - |
| HSV(B) | 356.13º | 0.5% | 0.49% | - |
| XYZ | 11.02 | 8.12 | 6.14 | - |
| YUV | 80.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 66 | 0 | 0.5 | 0.47 | 0.51 | 356.13 | 0.33 | 0.36 |
| Hex | 7C | 3E | 42 | 0 | 32 | 2F | 33 | 164 | 21 | 24 |
| Octal | 174 | 76 | 102 | 0 | 62 | 57 | 63 | 544 | 41 | 44 |
| Binary | 1111100 | 111110 | 1000010 | 0 | 110010 | 101111 | 110011 | 101100100 | 100001 | 100100 |
Color Harmonies of #7C3E42
Complementary color
Monochromatic Colors of #7C3E42
Black with #7C3E42
Text Example
Text Example
White with #7C3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E42; }
p { color: rgb(124,62,66); }
H1.HeaderClassName
{
color: #7C3E42;
}
.AnyTagClassName
{
color: #7C3E42;
}
</style>
background-color css
<style>
a { background-color: #7C3E42; }
a { background-color: rgb(124,62,66); }
div.DivClassName
{
background-color: #7C3E42;
}
.BgClassName
{
background-color: #7C3E42;
}
</style>
border-color css
<style>
span { border-color: #7C3E42; }
span { border-color: rgb(124,62,66); }
td.TdClassName
{
border-color: #7C3E42;
}
.TagClassName
{
border-color: #7C3E42;
}
</style>