#74545A

Color #74545A Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #74545A

Tints of Falcon #74545A

Color information

#74545A (or 0x74545A) is unknown color: approx Falcon. HEX triplet: 74, 54 and 5A. RGB value is (116,84,90). Sum of RGB (Red+Green+Blue) = 116+84+90=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545A is #8BABA5. Grayscale: #5E5E5E. Windows color (decimal): -9153446 or 5919860. OLE color: 5919860.

HSL color Cylindrical-coordinate representation of color #74545A: hue angle of 348.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74545A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1168490-
CMYK00.280.220.55
HSL348.75º16%39.22%-
HSV(B)348.75º27.59%45.49%-
XYZ12.2210.7911.11-
YUV94.25125.6143.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=40%
G=28.97%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116849000.280.220.55348.751639.22
Hex74545A01C163715d1027
Octal16412413203426675352047
Binary1110100101010010110100111001011011011110101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74545A; }

 p { color: rgb(116,84,90); }

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

<style>
 a { background-color: #74545A; }

 a { background-color: rgb(116,84,90); }

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

<style>
 span { border-color: #74545A; }

 span { border-color: rgb(116,84,90); }

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