#74464E

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

Shades of Tosca #74464E

Tints of Tosca #74464E

Color information

#74464E (or 0x74464E) is unknown color: approx Tosca. HEX triplet: 74, 46 and 4E. RGB value is (116,70,78). Sum of RGB (Red+Green+Blue) = 116+70+78=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74464E is #8BB9B1. Grayscale: #545454. Windows color (decimal): -9157042 or 5129844. OLE color: 5129844.

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

Color convert

RGB1167078-
CMYK00.400.330.55
HSL349.57º24.73%36.47%-
HSV(B)349.57º39.66%45.49%-
XYZ10.778.648.31-
YUV84.67124.24150.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=43.94%
G=26.52%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116707800.400.330.55349.5724.7336.47
Hex74464E028213715e1924
Octal16410611605041675363144
Binary111010010001101001110010100010000111011110101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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