Html Css Color HEX #703D47 Tosca

📋 copy color: '#703D47'

red 112 ◦ green 61 ◦ blue 71

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

Shades of Tosca #703D47

Tints of Tosca #703D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 71 (28.13% from 255) = 29.1%

R = 45.9%
G = 25%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#703D47 (or 0x703D47) is known color: Tosca. HEX triplet: 70, 3D and 47. RGB value is (112,61,71). Sum of RGB (Red+Green+Blue) = 112+61+71=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #703D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D47 is #8FC2B8. Grayscale: #4D4D4D. Windows color (decimal): -9421497 or 4668784. OLE color: 4668784.

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

Color convert

RGB 112 61 71 -
CMYK 0 0.46 0.37 0.56
HSL 348.24º 0.29% 0.34% -
HSV(B) 348.24º 0.46% 0.44% -
XYZ 9.49 7.24 6.86 -
YUV 77.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 112 61 71 0 0.46 0.37 0.56 348.24 0.29 0.34
Hex 70 3D 47 0 2E 25 38 15C 1D 22
Octal 160 75 107 0 56 45 70 534 35 42
Binary 1110000 111101 1000111 0 101110 100101 111000 101011100 11101 100010

Color Harmonies of #703D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D47

Black with #703D47

Text Example


Text Example

White with #703D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D47; }

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

 H1.HeaderClassName
 {
   color: #703D47;
 }
 .AnyTagClassName
 {
   color: #703D47;
 }
</style>

background-color css

<style>
 a { background-color: #703D47; }

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

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

border-color css

<style>
 span { border-color: #703D47; }

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

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