#704C4F

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

Shades of Tosca #704C4F

Tints of Tosca #704C4F

Color information

#704C4F (or 0x704C4F) is unknown color: approx Tosca. HEX triplet: 70, 4C and 4F. RGB value is (112,76,79). Sum of RGB (Red+Green+Blue) = 112+76+79=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C4F is #8FB3B0. Grayscale: #575757. Windows color (decimal): -9417649 or 5196912. OLE color: 5196912.

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

Color convert

RGB1127679-
CMYK00.320.290.56
HSL355º19.15%36.86%-
HSV(B)355º32.14%43.92%-
XYZ10.689.188.61-
YUV87.11123.43145.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=41.95%
G=28.46%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112767900.320.290.5635519.1536.86
Hex704C4F0201D381631325
Octal16011411704035705432345
Binary11100001001100100111101000001110111100010110001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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