Html Css Color HEX #704647 Tosca

📋 copy color: '#704647'

red 112 ◦ green 70 ◦ blue 71

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

Shades of Tosca #704647

Tints of Tosca #704647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 44.27%
G = 27.67%
B = 28.06%

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

#704647 (or 0x704647) is known color: Tosca. HEX triplet: 70, 46 and 47. RGB value is (112,70,71). Sum of RGB (Red+Green+Blue) = 112+70+71=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704647 is #8FB9B8. Grayscale: #525252. Windows color (decimal): -9419193 or 4671088. OLE color: 4671088.

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

Color convert

RGB 112 70 71 -
CMYK 0 0.38 0.37 0.56
HSL 358.57º 0.23% 0.36% -
HSV(B) 358.57º 0.38% 0.44% -
XYZ 10.01 8.28 7.03 -
YUV 82.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 112 70 71 0 0.38 0.37 0.56 358.57 0.23 0.36
Hex 70 46 47 0 26 25 38 167 17 24
Octal 160 106 107 0 46 45 70 547 27 44
Binary 1110000 1000110 1000111 0 100110 100101 111000 101100111 10111 100100

Color Harmonies of #704647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704647

Black with #704647

Text Example


Text Example

White with #704647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704647; }

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

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

background-color css

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

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

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

border-color css

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

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

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