#704B4F

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

Shades of Tosca #704B4F

Tints of Tosca #704B4F

Color information

#704B4F (or 0x704B4F) is unknown color: approx Tosca. HEX triplet: 70, 4B and 4F. RGB value is (112,75,79). Sum of RGB (Red+Green+Blue) = 112+75+79=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B4F is #8FB4B0. Grayscale: #565656. Windows color (decimal): -9417905 or 5196656. OLE color: 5196656.

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

Color convert

RGB1127579-
CMYK00.330.290.56
HSL353.51º19.79%36.67%-
HSV(B)353.51º33.04%43.92%-
XYZ10.619.048.58-
YUV86.52123.76146.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=42.11%
G=28.20%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112757900.330.290.56353.5119.7936.67
Hex704B4F0211D381621425
Octal16011311704135705422445
Binary11100001001011100111101000011110111100010110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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