Html Css Color HEX #703E44 Tosca

📋 copy color: '#703E44'

red 112 ◦ green 62 ◦ blue 68

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

Shades of Tosca #703E44

Tints of Tosca #703E44

RGB

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

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

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

R = 46.28%
G = 25.62%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#703E44 (or 0x703E44) is known color: Tosca. HEX triplet: 70, 3E and 44. RGB value is (112,62,68). Sum of RGB (Red+Green+Blue) = 112+62+68=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E44 is #8FC1BB. Grayscale: #4D4D4D. Windows color (decimal): -9421244 or 4472432. OLE color: 4472432.

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

Color convert

RGB 112 62 68 -
CMYK 0 0.45 0.39 0.56
HSL 352.8º 0.29% 0.34% -
HSV(B) 352.8º 0.45% 0.44% -
XYZ 9.45 7.31 6.38 -
YUV 77.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 112 62 68 0 0.45 0.39 0.56 352.8 0.29 0.34
Hex 70 3E 44 0 2D 27 38 161 1D 22
Octal 160 76 104 0 55 47 70 541 35 42
Binary 1110000 111110 1000100 0 101101 100111 111000 101100001 11101 100010

Color Harmonies of #703E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E44

Black with #703E44

Text Example


Text Example

White with #703E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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