#74464C

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

Shades of Tosca #74464C

Tints of Tosca #74464C

Color information

#74464C (or 0x74464C) is unknown color: approx Tosca. HEX triplet: 74, 46 and 4C. RGB value is (116,70,76). Sum of RGB (Red+Green+Blue) = 116+70+76=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74464C is #8BB9B3. Grayscale: #545454. Windows color (decimal): -9157044 or 4998772. OLE color: 4998772.

HSL color Cylindrical-coordinate representation of color #74464C: hue angle of 352.17º 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 #74464C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1167076-
CMYK00.400.340.55
HSL352.17º24.73%36.47%-
HSV(B)352.17º39.66%45.49%-
XYZ10.78.627.94-
YUV84.44123.24150.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=44.27%
G=26.72%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116707600.400.340.55352.1724.7336.47
Hex74464C02822371601924
Octal16410611405042675403144
Binary111010010001101001100010100010001011011110110000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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