Html Css Color HEX #703F44 Tosca

📋 copy color: '#703F44'

red 112 ◦ green 63 ◦ blue 68

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

Shades of Tosca #703F44

Tints of Tosca #703F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 46.09%
G = 25.93%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#703F44 (or 0x703F44) is known color: Tosca. HEX triplet: 70, 3F and 44. RGB value is (112,63,68). Sum of RGB (Red+Green+Blue) = 112+63+68=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F44 is #8FC0BB. Grayscale: #4E4E4E. Windows color (decimal): -9420988 or 4472688. OLE color: 4472688.

HSL color Cylindrical-coordinate representation of color #703F44: hue angle of 353.88º 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 #703F44 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 68 -
CMYK 0 0.44 0.39 0.56
HSL 353.88º 0.28% 0.34% -
HSV(B) 353.88º 0.44% 0.44% -
XYZ 9.5 7.42 6.4 -
YUV 78.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 112 63 68 0 0.44 0.39 0.56 353.88 0.28 0.34
Hex 70 3F 44 0 2C 27 38 162 1C 22
Octal 160 77 104 0 54 47 70 542 34 42
Binary 1110000 111111 1000100 0 101100 100111 111000 101100010 11100 100010

Color Harmonies of #703F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F44

Black with #703F44

Text Example


Text Example

White with #703F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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