#785A5F

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

Shades of Falcon #785A5F

Tints of Falcon #785A5F

Color information

#785A5F (or 0x785A5F) is unknown color: approx Falcon. HEX triplet: 78, 5A and 5F. RGB value is (120,90,95). Sum of RGB (Red+Green+Blue) = 120+90+95=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A5F is #87A5A0. Grayscale: #636363. Windows color (decimal): -8889761 or 6249080. OLE color: 6249080.

HSL color Cylindrical-coordinate representation of color #785A5F: hue angle of 350º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A5F is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1209095-
CMYK00.250.210.53
HSL350º14.29%41.18%-
HSV(B)350º25%47.06%-
XYZ13.4712.1312.46-
YUV99.54125.44142.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=39.34%
G=29.51%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120909500.250.210.5335014.2941.18
Hex785A5F019153515ee29
Octal17013213703125655361651
Binary111100010110101011111011001101011101011010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785A5F; }

 p { color: rgb(120,90,95); }

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

<style>
 a { background-color: #785A5F; }

 a { background-color: rgb(120,90,95); }

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

<style>
 span { border-color: #785A5F; }

 span { border-color: rgb(120,90,95); }

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