#704A4B

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

Shades of Tosca #704A4B

Tints of Tosca #704A4B

Color information

#704A4B (or 0x704A4B) is unknown color: approx Tosca. HEX triplet: 70, 4A and 4B. RGB value is (112,74,75). Sum of RGB (Red+Green+Blue) = 112+74+75=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A4B is #8FB5B4. Grayscale: #555555. Windows color (decimal): -9418165 or 4934256. OLE color: 4934256.

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

Color convert

RGB1127475-
CMYK00.340.330.56
HSL358.42º20.43%36.47%-
HSV(B)358.42º33.93%43.92%-
XYZ10.48.857.82-
YUV85.48122.09146.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=42.91%
G=28.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112747500.340.330.56358.4220.4336.47
Hex704A4B02221381661424
Octal16011211304241705462444
Binary111000010010101001011010001010000111100010110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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