#704A4F

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

Shades of Tosca #704A4F

Tints of Tosca #704A4F

Color information

#704A4F (or 0x704A4F) is unknown color: approx Tosca. HEX triplet: 70, 4A and 4F. RGB value is (112,74,79). Sum of RGB (Red+Green+Blue) = 112+74+79=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A4F is #8FB5B0. Grayscale: #555555. Windows color (decimal): -9418161 or 5196400. OLE color: 5196400.

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

Color convert

RGB1127479-
CMYK00.340.290.56
HSL352.11º20.43%36.47%-
HSV(B)352.11º33.93%43.92%-
XYZ10.548.918.56-
YUV85.93124.09146.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=42.26%
G=27.92%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112747900.340.290.56352.1120.4336.47
Hex704A4F0221D381601424
Octal16011211704235705402444
Binary11100001001010100111101000101110111100010110000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704A4F; }

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

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

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

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

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

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

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

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