Html Css Color HEX #704547 Tosca

📋 copy color: '#704547'

red 112 ◦ green 69 ◦ blue 71

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

Shades of Tosca #704547

Tints of Tosca #704547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 44.44%
G = 27.38%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#704547 (or 0x704547) is known color: Tosca. HEX triplet: 70, 45 and 47. RGB value is (112,69,71). Sum of RGB (Red+Green+Blue) = 112+69+71=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704547 is #8FBAB8. Grayscale: #525252. Windows color (decimal): -9419449 or 4670832. OLE color: 4670832.

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

Color convert

RGB 112 69 71 -
CMYK 0 0.38 0.37 0.56
HSL 357.21º 0.24% 0.35% -
HSV(B) 357.21º 0.38% 0.44% -
XYZ 9.95 8.16 7.01 -
YUV 82.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 112 69 71 0 0.38 0.37 0.56 357.21 0.24 0.35
Hex 70 45 47 0 26 25 38 165 18 23
Octal 160 105 107 0 46 45 70 545 30 43
Binary 1110000 1000101 1000111 0 100110 100101 111000 101100101 11000 100011

Color Harmonies of #704547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704547

Black with #704547

Text Example


Text Example

White with #704547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704547; }

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

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

background-color css

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

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

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

border-color css

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

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

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