Html Css Color HEX #70494E Tosca

📋 copy color: '#70494E'

red 112 ◦ green 73 ◦ blue 78

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

Shades of Tosca #70494E

Tints of Tosca #70494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

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

R = 42.59%
G = 27.76%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70494E (or 0x70494E) is known color: Tosca. HEX triplet: 70, 49 and 4E. RGB value is (112,73,78). Sum of RGB (Red+Green+Blue) = 112+73+78=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #70494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70494E is #8FB6B1. Grayscale: #555555. Windows color (decimal): -9418418 or 5130608. OLE color: 5130608.

HSL color Cylindrical-coordinate representation of color #70494E: hue angle of 352.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70494E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 78 -
CMYK 0 0.35 0.30 0.56
HSL 352.31º 0.21% 0.36% -
HSV(B) 352.31º 0.35% 0.44% -
XYZ 10.44 8.76 8.35 -
YUV 85.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 112 73 78 0 0.35 0.30 0.56 352.31 0.21 0.36
Hex 70 49 4E 0 23 1E 38 160 15 24
Octal 160 111 116 0 43 36 70 540 25 44
Binary 1110000 1001001 1001110 0 100011 11110 111000 101100000 10101 100100

Color Harmonies of #70494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70494E

Black with #70494E

Text Example


Text Example

White with #70494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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