#74595F

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

Shades of Falcon #74595F

Tints of Falcon #74595F

Color information

#74595F (or 0x74595F) is unknown color: approx Falcon. HEX triplet: 74, 59 and 5F. RGB value is (116,89,95). Sum of RGB (Red+Green+Blue) = 116+89+95=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #74595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595F is #8BA6A0. Grayscale: #616161. Windows color (decimal): -9152161 or 6248820. OLE color: 6248820.

HSL color Cylindrical-coordinate representation of color #74595F: hue angle of 346.67º 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 #74595F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1168995-
CMYK00.230.180.55
HSL346.67º13.17%40.2%-
HSV(B)346.67º23.28%45.49%-
XYZ12.8411.6812.4-
YUV97.76126.45141.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=38.67%
G=29.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116899500.230.180.55346.6713.1740.2
Hex74595F017123715bd28
Octal16413113702722675331550
Binary111010010110011011111010111100101101111010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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