#7C3F46

Color #7C3F46 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #7C3F46

Tints of Tosca #7C3F46

Color information

#7C3F46 (or 0x7C3F46) is unknown color: approx Tosca. HEX triplet: 7C, 3F and 46. RGB value is (124,63,70). Sum of RGB (Red+Green+Blue) = 124+63+70=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F46 is #83C0B9. Grayscale: #525252. Windows color (decimal): -8634554 or 4603772. OLE color: 4603772.

HSL color Cylindrical-coordinate representation of color #7C3F46: hue angle of 353.11º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C3F46 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1246370-
CMYK00.490.440.51
HSL353.11º32.62%36.67%-
HSV(B)353.11º49.19%48.63%-
XYZ11.28.286.8-
YUV82.04121.21157.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=48.25%
G=24.51%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124637000.490.440.51353.1132.6236.67
Hex7C3F460312C331612125
Octal1747710606154635414145
Binary111110011111110001100110001101100110011101100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3F46; }

 p { color: rgb(124,63,70); }

 H1.HeaderClassName
 {
   color: #7C3F46;
 }
 .AnyTagClassName
 {
   color: #7C3F46;
 }
</style>
background-color css

<style>
 a { background-color: #7C3F46; }

 a { background-color: rgb(124,63,70); }

 div.DivClassName
 {
   background-color: #7C3F46;
 }
 .BgClassName
 {
   background-color: #7C3F46;
 }
</style>
border-color css

<style>
 span { border-color: #7C3F46; }

 span { border-color: rgb(124,63,70); }

 td.TdClassName
 {
   border-color: #7C3F46;
 }
 .TagClassName
 {
   border-color: #7C3F46;
 }
</style>