Html Css Color HEX #70474F Tosca

📋 copy color: '#70474F'

red 112 ◦ green 71 ◦ blue 79

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

Shades of Tosca #70474F

Tints of Tosca #70474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 42.75%
G = 27.1%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70474F (or 0x70474F) is known color: Tosca. HEX triplet: 70, 47 and 4F. RGB value is (112,71,79). Sum of RGB (Red+Green+Blue) = 112+71+79=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70474F is #8FB8B0. Grayscale: #545454. Windows color (decimal): -9418929 or 5195632. OLE color: 5195632.

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

Color convert

RGB 112 71 79 -
CMYK 0 0.37 0.29 0.56
HSL 348.29º 0.22% 0.36% -
HSV(B) 348.29º 0.37% 0.44% -
XYZ 10.35 8.52 8.5 -
YUV 84.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 112 71 79 0 0.37 0.29 0.56 348.29 0.22 0.36
Hex 70 47 4F 0 25 1D 38 15C 16 24
Octal 160 107 117 0 45 35 70 534 26 44
Binary 1110000 1000111 1001111 0 100101 11101 111000 101011100 10110 100100

Color Harmonies of #70474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70474F

Black with #70474F

Text Example


Text Example

White with #70474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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