Html Css Color HEX #703E48 Tosca

📋 copy color: '#703E48'

red 112 ◦ green 62 ◦ blue 72

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

Shades of Tosca #703E48

Tints of Tosca #703E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.2%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 45.53%
G = 25.2%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703E48 (or 0x703E48) is known color: Tosca. HEX triplet: 70, 3E and 48. RGB value is (112,62,72). Sum of RGB (Red+Green+Blue) = 112+62+72=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E48 is #8FC1B7. Grayscale: #4E4E4E. Windows color (decimal): -9421240 or 4734576. OLE color: 4734576.

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

Color convert

RGB 112 62 72 -
CMYK 0 0.45 0.36 0.56
HSL 348º 0.29% 0.34% -
HSV(B) 348º 0.45% 0.44% -
XYZ 9.57 7.36 7.05 -
YUV 78.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 112 62 72 0 0.45 0.36 0.56 348 0.29 0.34
Hex 70 3E 48 0 2D 24 38 15C 1D 22
Octal 160 76 110 0 55 44 70 534 35 42
Binary 1110000 111110 1001000 0 101101 100100 111000 101011100 11101 100010

Color Harmonies of #703E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E48

Black with #703E48

Text Example


Text Example

White with #703E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,72); }

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

background-color css

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

 a { background-color: rgb(112,62,72); }

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

border-color css

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

 span { border-color: rgb(112,62,72); }

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