#70474E

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

Shades of Tosca #70474E

Tints of Tosca #70474E

Color information

#70474E (or 0x70474E) is unknown color: approx Tosca. HEX triplet: 70, 47 and 4E. RGB value is (112,71,78). Sum of RGB (Red+Green+Blue) = 112+71+78=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70474E is #8FB8B1. Grayscale: #545454. Windows color (decimal): -9418930 or 5130096. OLE color: 5130096.

HSL color Cylindrical-coordinate representation of color #70474E: hue angle of 349.76º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70474E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1127178-
CMYK00.370.300.56
HSL349.76º22.4%35.88%-
HSV(B)349.76º36.61%43.92%-
XYZ10.318.58.31-
YUV84.06124.58147.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=42.91%
G=27.20%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112717800.370.300.56349.7622.435.88
Hex70474E0251E3815e1624
Octal16010711604536705362644
Binary11100001000111100111001001011111011100010101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70474E; }

 p { color: rgb(112,71,78); }

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

<style>
 a { background-color: #70474E; }

 a { background-color: rgb(112,71,78); }

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

<style>
 span { border-color: #70474E; }

 span { border-color: rgb(112,71,78); }

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