#70434B

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

Shades of Tosca #70434B

Tints of Tosca #70434B

Color information

#70434B (or 0x70434B) is unknown color: approx Tosca. HEX triplet: 70, 43 and 4B. RGB value is (112,67,75). Sum of RGB (Red+Green+Blue) = 112+67+75=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70434B is #8FBCB4. Grayscale: #515151. Windows color (decimal): -9419957 or 4932464. OLE color: 4932464.

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

Color convert

RGB1126775-
CMYK00.400.330.56
HSL349.33º25.14%35.1%-
HSV(B)349.33º40.18%43.92%-
XYZ9.967.977.67-
YUV81.37124.41149.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=44.09%
G=26.38%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112677500.400.330.56349.3325.1435.1
Hex70434B028213815d1923
Octal16010311305041705353143
Binary111000010000111001011010100010000111100010101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70434B; }

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

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

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

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

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

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

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

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