#785B5F

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

Shades of Falcon #785B5F

Tints of Falcon #785B5F

Color information

#785B5F (or 0x785B5F) is unknown color: approx Falcon. HEX triplet: 78, 5B and 5F. RGB value is (120,91,95). Sum of RGB (Red+Green+Blue) = 120+91+95=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B5F is #87A4A0. Grayscale: #646464. Windows color (decimal): -8889505 or 6249336. OLE color: 6249336.

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

Color convert

RGB1209195-
CMYK00.240.210.53
HSL351.72º13.74%41.37%-
HSV(B)351.72º24.17%47.06%-
XYZ13.5512.312.49-
YUV100.13125.11142.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=39.22%
G=29.74%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120919500.240.210.53351.7213.7441.37
Hex785B5F0181535160e29
Octal17013313703025655401651
Binary111100010110111011111011000101011101011011000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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