#74444C

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

Shades of Tosca #74444C

Tints of Tosca #74444C

Color information

#74444C (or 0x74444C) is unknown color: approx Tosca. HEX triplet: 74, 44 and 4C. RGB value is (116,68,76). Sum of RGB (Red+Green+Blue) = 116+68+76=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74444C is #8BBBB3. Grayscale: #535353. Windows color (decimal): -9157556 or 4998260. OLE color: 4998260.

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

Color convert

RGB1166876-
CMYK00.410.340.55
HSL350º26.09%36.08%-
HSV(B)350º41.38%45.49%-
XYZ10.578.377.9-
YUV83.26123.9151.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=44.62%
G=26.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116687600.410.340.5535026.0936.08
Hex74444C029223715e1a24
Octal16410411405142675363244
Binary111010010001001001100010100110001011011110101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74444C; }

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

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

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

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

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

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

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

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