#74494E

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

Shades of Tosca #74494E

Tints of Tosca #74494E

Color information

#74494E (or 0x74494E) is unknown color: approx Tosca. HEX triplet: 74, 49 and 4E. RGB value is (116,73,78). Sum of RGB (Red+Green+Blue) = 116+73+78=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #74494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74494E is #8BB6B1. Grayscale: #565656. Windows color (decimal): -9156274 or 5130612. OLE color: 5130612.

HSL color Cylindrical-coordinate representation of color #74494E: hue angle of 353.02º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74494E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1167378-
CMYK00.370.330.55
HSL353.02º22.75%37.06%-
HSV(B)353.02º37.07%45.49%-
XYZ10.969.038.37-
YUV86.43123.25149.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=43.45%
G=27.34%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116737800.370.330.55353.0222.7537.06
Hex74494E02521371611725
Octal16411111604541675412745
Binary111010010010011001110010010110000111011110110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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