#703C40

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

Shades of Tosca #703C40

Tints of Tosca #703C40

Color information

#703C40 (or 0x703C40) is unknown color: approx Tosca. HEX triplet: 70, 3C and 40. RGB value is (112,60,64). Sum of RGB (Red+Green+Blue) = 112+60+64=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C40 is #8FC3BF. Grayscale: #4C4C4C. Windows color (decimal): -9421760 or 4209776. OLE color: 4209776.

HSL color Cylindrical-coordinate representation of color #703C40: hue angle of 355.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703C40 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1126064-
CMYK00.460.430.56
HSL355.38º30.23%33.73%-
HSV(B)355.38º46.43%43.92%-
XYZ9.227.055.72-
YUV76121.23153.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=47.46%
G=25.42%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112606400.460.430.56355.3830.2333.73
Hex703C4002E2B381631e22
Octal1607410005653705433642
Binary11100001111001000000010111010101111100010110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C40; }

 p { color: rgb(112,60,64); }

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

<style>
 a { background-color: #703C40; }

 a { background-color: rgb(112,60,64); }

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

<style>
 span { border-color: #703C40; }

 span { border-color: rgb(112,60,64); }

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