Html Css Color HEX #703F49 Tosca

📋 copy color: '#703F49'

red 112 ◦ green 63 ◦ blue 73

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

Shades of Tosca #703F49

Tints of Tosca #703F49

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 45.16%
G = 25.4%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#703F49 (or 0x703F49) is known color: Tosca. HEX triplet: 70, 3F and 49. RGB value is (112,63,73). Sum of RGB (Red+Green+Blue) = 112+63+73=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F49 is #8FC0B6. Grayscale: #4E4E4E. Windows color (decimal): -9420983 or 4800368. OLE color: 4800368.

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

Color convert

RGB 112 63 73 -
CMYK 0 0.44 0.35 0.56
HSL 347.76º 0.28% 0.34% -
HSV(B) 347.76º 0.44% 0.44% -
XYZ 9.66 7.48 7.24 -
YUV 78.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 112 63 73 0 0.44 0.35 0.56 347.76 0.28 0.34
Hex 70 3F 49 0 2C 23 38 15C 1C 22
Octal 160 77 111 0 54 43 70 534 34 42
Binary 1110000 111111 1001001 0 101100 100011 111000 101011100 11100 100010

Color Harmonies of #703F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F49

Black with #703F49

Text Example


Text Example

White with #703F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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