#74545B

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

Shades of Falcon #74545B

Tints of Falcon #74545B

Color information

#74545B (or 0x74545B) is unknown color: approx Falcon. HEX triplet: 74, 54 and 5B. RGB value is (116,84,91). Sum of RGB (Red+Green+Blue) = 116+84+91=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545B is #8BABA4. Grayscale: #5E5E5E. Windows color (decimal): -9153445 or 5985396. OLE color: 5985396.

HSL color Cylindrical-coordinate representation of color #74545B: hue angle of 346.88º 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 #74545B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1168491-
CMYK00.280.220.55
HSL346.88º16%39.22%-
HSV(B)346.88º27.59%45.49%-
XYZ12.2610.8111.34-
YUV94.37126.1143.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=39.86%
G=28.87%
B=31.27%

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
Decimal116849100.280.220.55346.881639.22
Hex74545B01C163715b1027
Octal16412413303426675332047
Binary1110100101010010110110111001011011011110101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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