#74575C

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

Shades of Falcon #74575C

Tints of Falcon #74575C

Color information

#74575C (or 0x74575C) is unknown color: approx Falcon. HEX triplet: 74, 57 and 5C. RGB value is (116,87,92). Sum of RGB (Red+Green+Blue) = 116+87+92=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74575C is #8BA8A3. Grayscale: #606060. Windows color (decimal): -9152676 or 6051700. OLE color: 6051700.

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

Color convert

RGB1168792-
CMYK00.250.210.55
HSL349.66º14.29%39.8%-
HSV(B)349.66º25%45.49%-
XYZ12.5411.311.65-
YUV96.24125.61142.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=39.32%
G=29.49%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116879200.250.210.55349.6614.2939.8
Hex74575C019153715ee28
Octal16412713403125675361650
Binary111010010101111011100011001101011101111010111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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