Html Css Color HEX #704449 Tosca

📋 copy color: '#704449'

red 112 ◦ green 68 ◦ blue 73

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

Shades of Tosca #704449

Tints of Tosca #704449

RGB

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

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

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

R = 44.27%
G = 26.88%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704449 (or 0x704449) is known color: Tosca. HEX triplet: 70, 44 and 49. RGB value is (112,68,73). Sum of RGB (Red+Green+Blue) = 112+68+73=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704449 is #8FBBB6. Grayscale: #515151. Windows color (decimal): -9419703 or 4801648. OLE color: 4801648.

HSL color Cylindrical-coordinate representation of color #704449: hue angle of 353.18º 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 #704449 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 73 -
CMYK 0 0.39 0.35 0.56
HSL 353.18º 0.24% 0.35% -
HSV(B) 353.18º 0.39% 0.44% -
XYZ 9.95 8.06 7.33 -
YUV 81.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 112 68 73 0 0.39 0.35 0.56 353.18 0.24 0.35
Hex 70 44 49 0 27 23 38 161 18 23
Octal 160 104 111 0 47 43 70 541 30 43
Binary 1110000 1000100 1001001 0 100111 100011 111000 101100001 11000 100011

Color Harmonies of #704449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704449

Black with #704449

Text Example


Text Example

White with #704449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704449; }

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

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

background-color css

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

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

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

border-color css

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

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

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