#704047

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

Shades of Tosca #704047

Tints of Tosca #704047

Color information

#704047 (or 0x704047) is unknown color: approx Tosca. HEX triplet: 70, 40 and 47. RGB value is (112,64,71). Sum of RGB (Red+Green+Blue) = 112+64+71=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704047 is #8FBFB8. Grayscale: #4F4F4F. Windows color (decimal): -9420729 or 4669552. OLE color: 4669552.

HSL color Cylindrical-coordinate representation of color #704047: hue angle of 351.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704047 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1126471-
CMYK00.430.370.56
HSL351.25º27.27%34.51%-
HSV(B)351.25º42.86%43.92%-
XYZ9.657.576.91-
YUV79.15123.4151.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=45.34%
G=25.91%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112647100.430.370.56351.2527.2734.51
Hex70404702B253815f1b23
Octal16010010705345705373343
Binary111000010000001000111010101110010111100010101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704047; }

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

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

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

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

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

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

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

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