Html Css Color HEX #70424A Tosca

📋 copy color: '#70424A'

red 112 ◦ green 66 ◦ blue 74

#70424A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #70424A

Tints of Tosca #70424A

RGB

 RED value IS 112 (44.14% from 255) = 44.44%

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 44.44%
G = 26.19%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70424A (or 0x70424A) is known color: Tosca. HEX triplet: 70, 42 and 4A. RGB value is (112,66,74). Sum of RGB (Red+Green+Blue) = 112+66+74=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70424A is #8FBDB5. Grayscale: #505050. Windows color (decimal): -9420214 or 4866672. OLE color: 4866672.

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

Color convert

RGB 112 66 74 -
CMYK 0 0.41 0.34 0.56
HSL 349.57º 0.26% 0.35% -
HSV(B) 349.57º 0.41% 0.44% -
XYZ 9.87 7.84 7.47 -
YUV 80.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 112 66 74 0 0.41 0.34 0.56 349.57 0.26 0.35
Hex 70 42 4A 0 29 22 38 15E 1A 23
Octal 160 102 112 0 51 42 70 536 32 43
Binary 1110000 1000010 1001010 0 101001 100010 111000 101011110 11010 100011

Color Harmonies of #70424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70424A

Black with #70424A

Text Example


Text Example

White with #70424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70424A;
 }
 .AnyTagClassName
 {
   color: #70424A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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