#70444D

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

Shades of Tosca #70444D

Tints of Tosca #70444D

Color information

#70444D (or 0x70444D) is unknown color: approx Tosca. HEX triplet: 70, 44 and 4D. RGB value is (112,68,77). Sum of RGB (Red+Green+Blue) = 112+68+77=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70444D is #8FBBB2. Grayscale: #525252. Windows color (decimal): -9419699 or 5063792. OLE color: 5063792.

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

Color convert

RGB1126877-
CMYK00.390.310.56
HSL347.73º24.44%35.29%-
HSV(B)347.73º39.29%43.92%-
XYZ10.098.118.06-
YUV82.18125.08149.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=43.58%
G=26.46%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112687700.390.310.56347.7324.4435.29
Hex70444D0271F3815c1823
Octal16010411504737705343043
Binary11100001000100100110101001111111111100010101110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70444D; }

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

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

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

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

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

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

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

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