#70474A

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

Shades of Tosca #70474A

Tints of Tosca #70474A

Color information

#70474A (or 0x70474A) is unknown color: approx Tosca. HEX triplet: 70, 47 and 4A. RGB value is (112,71,74). Sum of RGB (Red+Green+Blue) = 112+71+74=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70474A is #8FB8B5. Grayscale: #535353. Windows color (decimal): -9418934 or 4867952. OLE color: 4867952.

HSL color Cylindrical-coordinate representation of color #70474A: hue angle of 355.61º 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 #70474A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1127174-
CMYK00.370.340.56
HSL355.61º22.4%35.88%-
HSV(B)355.61º36.61%43.92%-
XYZ10.178.457.57-
YUV83.6122.58148.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=43.58%
G=27.63%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112717400.370.340.56355.6122.435.88
Hex70474A02522381641624
Octal16010711204542705442644
Binary111000010001111001010010010110001011100010110010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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