Html Css Color HEX #70474E Tosca

📋 copy color: '#70474E'

red 112 ◦ green 71 ◦ blue 78

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

Shades of Tosca #70474E

Tints of Tosca #70474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 42.91%
G = 27.2%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70474E (or 0x70474E) is known color: Tosca. HEX triplet: 70, 47 and 4E. RGB value is (112,71,78). Sum of RGB (Red+Green+Blue) = 112+71+78=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70474E is #8FB8B1. Grayscale: #545454. Windows color (decimal): -9418930 or 5130096. OLE color: 5130096.

HSL color Cylindrical-coordinate representation of color #70474E: hue angle of 349.76º 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 #70474E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 78 -
CMYK 0 0.37 0.30 0.56
HSL 349.76º 0.22% 0.36% -
HSV(B) 349.76º 0.37% 0.44% -
XYZ 10.31 8.5 8.31 -
YUV 84.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 112 71 78 0 0.37 0.30 0.56 349.76 0.22 0.36
Hex 70 47 4E 0 25 1E 38 15E 16 24
Octal 160 107 116 0 45 36 70 536 26 44
Binary 1110000 1000111 1001110 0 100101 11110 111000 101011110 10110 100100

Color Harmonies of #70474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70474E

Black with #70474E

Text Example


Text Example

White with #70474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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