Html Css Color HEX #704346 Tosca

📋 copy color: '#704346'

red 112 ◦ green 67 ◦ blue 70

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

Shades of Tosca #704346

Tints of Tosca #704346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 44.98%
G = 26.91%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704346 (or 0x704346) is known color: Tosca. HEX triplet: 70, 43 and 46. RGB value is (112,67,70). Sum of RGB (Red+Green+Blue) = 112+67+70=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704346 is #8FBCB9. Grayscale: #505050. Windows color (decimal): -9419962 or 4604784. OLE color: 4604784.

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

Color convert

RGB 112 67 70 -
CMYK 0 0.40 0.38 0.56
HSL 356º 0.25% 0.35% -
HSV(B) 356º 0.4% 0.44% -
XYZ 9.79 7.9 6.8 -
YUV 80.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 112 67 70 0 0.40 0.38 0.56 356 0.25 0.35
Hex 70 43 46 0 28 26 38 164 19 23
Octal 160 103 106 0 50 46 70 544 31 43
Binary 1110000 1000011 1000110 0 101000 100110 111000 101100100 11001 100011

Color Harmonies of #704346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704346

Black with #704346

Text Example


Text Example

White with #704346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704346; }

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

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

background-color css

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

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

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

border-color css

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

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

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