#704B4C

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

Shades of Tosca #704B4C

Tints of Tosca #704B4C

Color information

#704B4C (or 0x704B4C) is unknown color: approx Tosca. HEX triplet: 70, 4B and 4C. RGB value is (112,75,76). Sum of RGB (Red+Green+Blue) = 112+75+76=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B4C is #8FB4B3. Grayscale: #565656. Windows color (decimal): -9417908 or 5000048. OLE color: 5000048.

HSL color Cylindrical-coordinate representation of color #704B4C: hue angle of 358.38º 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 #704B4C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1127576-
CMYK00.330.320.56
HSL358.38º19.79%36.67%-
HSV(B)358.38º33.04%43.92%-
XYZ10.598.02-
YUV86.18122.26146.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=42.59%
G=28.52%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112757600.330.320.56358.3819.7936.67
Hex704B4C02120381661425
Octal16011311404140705462445
Binary111000010010111001100010000110000011100010110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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