#74595C

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

Shades of Falcon #74595C

Tints of Falcon #74595C

Color information

#74595C (or 0x74595C) is unknown color: approx Falcon. HEX triplet: 74, 59 and 5C. RGB value is (116,89,92). Sum of RGB (Red+Green+Blue) = 116+89+92=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595C is #8BA6A3. Grayscale: #616161. Windows color (decimal): -9152164 or 6052212. OLE color: 6052212.

HSL color Cylindrical-coordinate representation of color #74595C: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74595C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1168992-
CMYK00.230.210.55
HSL353.33º13.17%40.2%-
HSV(B)353.33º23.28%45.49%-
XYZ12.7111.6311.7-
YUV97.42124.95141.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=39.06%
G=29.97%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116899200.230.210.55353.3313.1740.2
Hex74595C0171537161d28
Octal16413113402725675411550
Binary111010010110011011100010111101011101111011000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,89,92); }

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

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

 a { background-color: rgb(116,89,92); }

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

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

 span { border-color: rgb(116,89,92); }

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