#74565D

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

Shades of Falcon #74565D

Tints of Falcon #74565D

Color information

#74565D (or 0x74565D) is unknown color: approx Falcon. HEX triplet: 74, 56 and 5D. RGB value is (116,86,93). Sum of RGB (Red+Green+Blue) = 116+86+93=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565D is #8BA9A2. Grayscale: #5F5F5F. Windows color (decimal): -9152931 or 6116980. OLE color: 6116980.

HSL color Cylindrical-coordinate representation of color #74565D: hue angle of 346º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74565D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1168693-
CMYK00.260.200.55
HSL346º14.85%39.61%-
HSV(B)346º25.86%45.49%-
XYZ12.5111.1611.85-
YUV95.77126.44142.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=39.32%
G=29.15%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116869300.260.200.5534614.8539.61
Hex74565D01A143715af28
Octal16412613503224675321750
Binary111010010101101011101011010101001101111010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74565D; }

 p { color: rgb(116,86,93); }

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

<style>
 a { background-color: #74565D; }

 a { background-color: rgb(116,86,93); }

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

<style>
 span { border-color: #74565D; }

 span { border-color: rgb(116,86,93); }

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