#70474D

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

Shades of Tosca #70474D

Tints of Tosca #70474D

Color information

#70474D (or 0x70474D) is unknown color: approx Tosca. HEX triplet: 70, 47 and 4D. RGB value is (112,71,77). Sum of RGB (Red+Green+Blue) = 112+71+77=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70474D is #8FB8B2. Grayscale: #535353. Windows color (decimal): -9418931 or 5064560. OLE color: 5064560.

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

Color convert

RGB1127177-
CMYK00.370.310.56
HSL351.22º22.4%35.88%-
HSV(B)351.22º36.61%43.92%-
XYZ10.278.498.12-
YUV83.94124.08148.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=43.08%
G=27.31%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112717700.370.310.56351.2222.435.88
Hex70474D0251F3815f1624
Octal16010711504537705372644
Binary11100001000111100110101001011111111100010101111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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