Html Css Color HEX #704749 Tosca

📋 copy color: '#704749'

red 112 ◦ green 71 ◦ blue 73

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

Shades of Tosca #704749

Tints of Tosca #704749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 43.75%
G = 27.73%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704749 (or 0x704749) is known color: Tosca. HEX triplet: 70, 47 and 49. RGB value is (112,71,73). Sum of RGB (Red+Green+Blue) = 112+71+73=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704749 is #8FB8B6. Grayscale: #535353. Windows color (decimal): -9418935 or 4802416. OLE color: 4802416.

HSL color Cylindrical-coordinate representation of color #704749: hue angle of 357.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704749 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 73 -
CMYK 0 0.37 0.35 0.56
HSL 357.07º 0.22% 0.36% -
HSV(B) 357.07º 0.37% 0.44% -
XYZ 10.14 8.43 7.4 -
YUV 83.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 112 71 73 0 0.37 0.35 0.56 357.07 0.22 0.36
Hex 70 47 49 0 25 23 38 165 16 24
Octal 160 107 111 0 45 43 70 545 26 44
Binary 1110000 1000111 1001001 0 100101 100011 111000 101100101 10110 100100

Color Harmonies of #704749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704749

Black with #704749

Text Example


Text Example

White with #704749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704749; }

 p { color: rgb(112,71,73); }

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

background-color css

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

 a { background-color: rgb(112,71,73); }

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

border-color css

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

 span { border-color: rgb(112,71,73); }

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