Html Css Color HEX #70474A Tosca

📋 copy color: '#70474A'

red 112 ◦ green 71 ◦ blue 74

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

Shades of Tosca #70474A

Tints of Tosca #70474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 43.58%
G = 27.63%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70474A (or 0x70474A) is known color: Tosca. HEX triplet: 70, 47 and 4A. RGB value is (112,71,74). Sum of RGB (Red+Green+Blue) = 112+71+74=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70474A is #8FB8B5. Grayscale: #535353. Windows color (decimal): -9418934 or 4867952. OLE color: 4867952.

HSL color Cylindrical-coordinate representation of color #70474A: hue angle of 355.61º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70474A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 74 -
CMYK 0 0.37 0.34 0.56
HSL 355.61º 0.22% 0.36% -
HSV(B) 355.61º 0.37% 0.44% -
XYZ 10.17 8.45 7.57 -
YUV 83.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 112 71 74 0 0.37 0.34 0.56 355.61 0.22 0.36
Hex 70 47 4A 0 25 22 38 164 16 24
Octal 160 107 112 0 45 42 70 544 26 44
Binary 1110000 1000111 1001010 0 100101 100010 111000 101100100 10110 100100

Color Harmonies of #70474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70474A

Black with #70474A

Text Example


Text Example

White with #70474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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