#744A4C

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

Shades of Tosca #744A4C

Tints of Tosca #744A4C

Color information

#744A4C (or 0x744A4C) is unknown color: approx Tosca. HEX triplet: 74, 4A and 4C. RGB value is (116,74,76). Sum of RGB (Red+Green+Blue) = 116+74+76=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #744A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A4C is #8BB5B3. Grayscale: #565656. Windows color (decimal): -9156020 or 4999796. OLE color: 4999796.

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

Color convert

RGB1167476-
CMYK00.360.340.55
HSL357.14º22.11%37.25%-
HSV(B)357.14º36.21%45.49%-
XYZ10.969.138.02-
YUV86.79121.91148.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=43.61%
G=27.82%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116747600.360.340.55357.1422.1137.25
Hex744A4C02422371651625
Octal16411211404442675452645
Binary111010010010101001100010010010001011011110110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A4C; }

 p { color: rgb(116,74,76); }

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

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

 a { background-color: rgb(116,74,76); }

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

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

 span { border-color: rgb(116,74,76); }

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