Html Css Color HEX #703D42 Tosca

📋 copy color: '#703D42'

red 112 ◦ green 61 ◦ blue 66

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

Shades of Tosca #703D42

Tints of Tosca #703D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 46.86%
G = 25.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#703D42 (or 0x703D42) is known color: Tosca. HEX triplet: 70, 3D and 42. RGB value is (112,61,66). Sum of RGB (Red+Green+Blue) = 112+61+66=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D42 is #8FC2BD. Grayscale: #4C4C4C. Windows color (decimal): -9421502 or 4341104. OLE color: 4341104.

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

Color convert

RGB 112 61 66 -
CMYK 0 0.46 0.41 0.56
HSL 354.12º 0.29% 0.34% -
HSV(B) 354.12º 0.46% 0.44% -
XYZ 9.33 7.18 6.05 -
YUV 76.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 112 61 66 0 0.46 0.41 0.56 354.12 0.29 0.34
Hex 70 3D 42 0 2E 29 38 162 1D 22
Octal 160 75 102 0 56 51 70 542 35 42
Binary 1110000 111101 1000010 0 101110 101001 111000 101100010 11101 100010

Color Harmonies of #703D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D42

Black with #703D42

Text Example


Text Example

White with #703D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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