Html Css Color HEX #704446 Tosca

📋 copy color: '#704446'

red 112 ◦ green 68 ◦ blue 70

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

Shades of Tosca #704446

Tints of Tosca #704446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 44.8%
G = 27.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704446 (or 0x704446) is known color: Tosca. HEX triplet: 70, 44 and 46. RGB value is (112,68,70). Sum of RGB (Red+Green+Blue) = 112+68+70=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704446 is #8FBBB9. Grayscale: #515151. Windows color (decimal): -9419706 or 4605040. OLE color: 4605040.

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

Color convert

RGB 112 68 70 -
CMYK 0 0.39 0.38 0.56
HSL 357.27º 0.24% 0.35% -
HSV(B) 357.27º 0.39% 0.44% -
XYZ 9.85 8.02 6.82 -
YUV 81.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 112 68 70 0 0.39 0.38 0.56 357.27 0.24 0.35
Hex 70 44 46 0 27 26 38 165 18 23
Octal 160 104 106 0 47 46 70 545 30 43
Binary 1110000 1000100 1000110 0 100111 100110 111000 101100101 11000 100011

Color Harmonies of #704446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704446

Black with #704446

Text Example


Text Example

White with #704446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704446; }

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

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

background-color css

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

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

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

border-color css

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

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

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