Html Css Color HEX #70494C Tosca

📋 copy color: '#70494C'

red 112 ◦ green 73 ◦ blue 76

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

Shades of Tosca #70494C

Tints of Tosca #70494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 42.91%
G = 27.97%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70494C (or 0x70494C) is known color: Tosca. HEX triplet: 70, 49 and 4C. RGB value is (112,73,76). Sum of RGB (Red+Green+Blue) = 112+73+76=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70494C is #8FB6B3. Grayscale: #555555. Windows color (decimal): -9418420 or 4999536. OLE color: 4999536.

HSL color Cylindrical-coordinate representation of color #70494C: hue angle of 355.38º 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 #70494C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 76 -
CMYK 0 0.35 0.32 0.56
HSL 355.38º 0.21% 0.36% -
HSV(B) 355.38º 0.35% 0.44% -
XYZ 10.37 8.73 7.98 -
YUV 85 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 112 73 76 0 0.35 0.32 0.56 355.38 0.21 0.36
Hex 70 49 4C 0 23 20 38 163 15 24
Octal 160 111 114 0 43 40 70 543 25 44
Binary 1110000 1001001 1001100 0 100011 100000 111000 101100011 10101 100100

Color Harmonies of #70494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70494C

Black with #70494C

Text Example


Text Example

White with #70494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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