#70424B

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

Shades of Tosca #70424B

Tints of Tosca #70424B

Color information

#70424B (or 0x70424B) is unknown color: approx Tosca. HEX triplet: 70, 42 and 4B. RGB value is (112,66,75). Sum of RGB (Red+Green+Blue) = 112+66+75=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70424B is #8FBDB4. Grayscale: #505050. Windows color (decimal): -9420213 or 4932208. OLE color: 4932208.

HSL color Cylindrical-coordinate representation of color #70424B: hue angle of 348.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70424B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1126675-
CMYK00.410.330.56
HSL348.26º25.84%34.9%-
HSV(B)348.26º41.07%43.92%-
XYZ9.97.857.65-
YUV80.78124.74150.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=44.27%
G=26.09%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112667500.410.330.56348.2625.8434.9
Hex70424B029213815c1a23
Octal16010211305141705343243
Binary111000010000101001011010100110000111100010101110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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