#74565C

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

Shades of Falcon #74565C

Tints of Falcon #74565C

Color information

#74565C (or 0x74565C) is unknown color: approx Falcon. HEX triplet: 74, 56 and 5C. RGB value is (116,86,92). Sum of RGB (Red+Green+Blue) = 116+86+92=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565C is #8BA9A3. Grayscale: #5F5F5F. Windows color (decimal): -9152932 or 6051444. OLE color: 6051444.

HSL color Cylindrical-coordinate representation of color #74565C: hue angle of 348º 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 #74565C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1168692-
CMYK00.260.210.55
HSL348º14.85%39.61%-
HSV(B)348º25.86%45.49%-
XYZ12.4611.1411.62-
YUV95.65125.94142.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=39.46%
G=29.25%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116869200.260.210.5534814.8539.61
Hex74565C01A153715cf28
Octal16412613403225675341750
Binary111010010101101011100011010101011101111010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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