Html Css Color HEX #70424B Tosca

📋 copy color: '#70424B'

red 112 ◦ green 66 ◦ blue 75

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

Shades of Tosca #70424B

Tints of Tosca #70424B

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 value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70424B (or 0x70424B) is known color: 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

RGB 112 66 75 -
CMYK 0 0.41 0.33 0.56
HSL 348.26º 0.26% 0.35% -
HSV(B) 348.26º 0.41% 0.44% -
XYZ 9.9 7.85 7.65 -
YUV 80.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 112 66 75 0 0.41 0.33 0.56 348.26 0.26 0.35
Hex 70 42 4B 0 29 21 38 15C 1A 23
Octal 160 102 113 0 51 41 70 534 32 43
Binary 1110000 1000010 1001011 0 101001 100001 111000 101011100 11010 100011

Color Harmonies of #70424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70424B

Black with #70424B

Text Example


Text Example

White with #70424B

Text Example


Text Example

HTML Codes & Css Web 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>