#70494C

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

Shades of Tosca #70494C

Tints of Tosca #70494C

Color information

#70494C (or 0x70494C) is unknown color: approx Tosca. HEX triplet: 70, 49 and 4C. RGB value is (112,73,76). Sum of RGB (Red+Green+Blue) = 112+73+76=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70494C is #8FB6B3. Grayscale: #555555. Windows color (decimal): -9418420 or 4999536. OLE color: 4999536.

HSL color Cylindrical-coordinate representation of color #70494C: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70494C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1127376-
CMYK00.350.320.56
HSL355.38º21.08%36.27%-
HSV(B)355.38º34.82%43.92%-
XYZ10.378.737.98-
YUV85122.92147.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=42.91%
G=27.97%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112737600.350.320.56355.3821.0836.27
Hex70494C02320381631524
Octal16011111404340705432544
Binary111000010010011001100010001110000011100010110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70494C; }

 p { color: rgb(112,73,76); }

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

<style>
 a { background-color: #70494C; }

 a { background-color: rgb(112,73,76); }

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

<style>
 span { border-color: #70494C; }

 span { border-color: rgb(112,73,76); }

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