#744649

Color #744649 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #744649

Tints of Tosca #744649

Color information

#744649 (or 0x744649) is unknown color: approx Tosca. HEX triplet: 74, 46 and 49. RGB value is (116,70,73). Sum of RGB (Red+Green+Blue) = 116+70+73=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744649 is #8BB9B6. Grayscale: #545454. Windows color (decimal): -9157047 or 4802164. OLE color: 4802164.

HSL color Cylindrical-coordinate representation of color #744649: hue angle of 356.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744649 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1167073-
CMYK00.400.370.55
HSL356.09º24.73%36.47%-
HSV(B)356.09º39.66%45.49%-
XYZ10.68.577.4-
YUV84.1121.74150.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=44.79%
G=27.03%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116707300.400.370.55356.0924.7336.47
Hex74464902825371641924
Octal16410611105045675443144
Binary111010010001101001001010100010010111011110110010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744649; }

 p { color: rgb(116,70,73); }

 H1.HeaderClassName
 {
   color: #744649;
 }
 .AnyTagClassName
 {
   color: #744649;
 }
</style>
background-color css

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

 a { background-color: rgb(116,70,73); }

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

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

 span { border-color: rgb(116,70,73); }

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