#70484A

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

Shades of Tosca #70484A

Tints of Tosca #70484A

Color information

#70484A (or 0x70484A) is unknown color: approx Tosca. HEX triplet: 70, 48 and 4A. RGB value is (112,72,74). Sum of RGB (Red+Green+Blue) = 112+72+74=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70484A is #8FB7B5. Grayscale: #545454. Windows color (decimal): -9418678 or 4868208. OLE color: 4868208.

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

Color convert

RGB1127274-
CMYK00.360.340.56
HSL357º21.74%36.08%-
HSV(B)357º35.71%43.92%-
XYZ10.248.577.59-
YUV84.19122.25147.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=43.41%
G=27.91%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112727400.360.340.5635721.7436.08
Hex70484A02422381651624
Octal16011011204442705452644
Binary111000010010001001010010010010001011100010110010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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