Html Css Color HEX #703F41 Tosca

📋 copy color: '#703F41'

red 112 ◦ green 63 ◦ blue 65

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

Shades of Tosca #703F41

Tints of Tosca #703F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 46.67%
G = 26.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703F41 (or 0x703F41) is known color: Tosca. HEX triplet: 70, 3F and 41. RGB value is (112,63,65). Sum of RGB (Red+Green+Blue) = 112+63+65=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F41 is #8FC0BE. Grayscale: #4D4D4D. Windows color (decimal): -9420991 or 4276080. OLE color: 4276080.

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

Color convert

RGB 112 63 65 -
CMYK 0 0.44 0.42 0.56
HSL 357.55º 0.28% 0.34% -
HSV(B) 357.55º 0.44% 0.44% -
XYZ 9.41 7.38 5.93 -
YUV 77.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 112 63 65 0 0.44 0.42 0.56 357.55 0.28 0.34
Hex 70 3F 41 0 2C 2A 38 166 1C 22
Octal 160 77 101 0 54 52 70 546 34 42
Binary 1110000 111111 1000001 0 101100 101010 111000 101100110 11100 100010

Color Harmonies of #703F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F41

Black with #703F41

Text Example


Text Example

White with #703F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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