#7C3E45

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

Shades of Tosca #7C3E45

Tints of Tosca #7C3E45

Color information

#7C3E45 (or 0x7C3E45) is unknown color: approx Tosca. HEX triplet: 7C, 3E and 45. RGB value is (124,62,69). Sum of RGB (Red+Green+Blue) = 124+62+69=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E45 is #83C1BA. Grayscale: #515151. Windows color (decimal): -8634811 or 4537980. OLE color: 4537980.

HSL color Cylindrical-coordinate representation of color #7C3E45: hue angle of 353.23º 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 #7C3E45 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1246269-
CMYK00.50.440.51
HSL353.23º33.33%36.47%-
HSV(B)353.23º50%48.63%-
XYZ11.118.166.62-
YUV81.34121.04158.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=48.63%
G=24.31%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124626900.50.440.51353.2333.3336.47
Hex7C3E450322C331612124
Octal1747610506254635414144
Binary111110011111010001010110010101100110011101100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,69); }

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

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

 a { background-color: rgb(124,62,69); }

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

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

 span { border-color: rgb(124,62,69); }

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