#704344

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

Shades of Tosca #704344

Tints of Tosca #704344

Color information

#704344 (or 0x704344) is unknown color: approx Tosca. HEX triplet: 70, 43 and 44. RGB value is (112,67,68). Sum of RGB (Red+Green+Blue) = 112+67+68=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704344 is #8FBCBB. Grayscale: #505050. Windows color (decimal): -9419964 or 4473712. OLE color: 4473712.

HSL color Cylindrical-coordinate representation of color #704344: hue angle of 358.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704344 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1126768-
CMYK00.400.390.56
HSL358.67º25.14%35.1%-
HSV(B)358.67º40.18%43.92%-
XYZ9.737.886.48-
YUV80.57120.91150.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=45.34%
G=27.13%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112676800.400.390.56358.6725.1435.1
Hex70434402827381671923
Octal16010310405047705473143
Binary111000010000111000100010100010011111100010110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704344; }

 p { color: rgb(112,67,68); }

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

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

 a { background-color: rgb(112,67,68); }

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

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

 span { border-color: rgb(112,67,68); }

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