#785B5E

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

Shades of Falcon #785B5E

Tints of Falcon #785B5E

Color information

#785B5E (or 0x785B5E) is unknown color: approx Falcon. HEX triplet: 78, 5B and 5E. RGB value is (120,91,94). Sum of RGB (Red+Green+Blue) = 120+91+94=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B5E is #87A4A1. Grayscale: #646464. Windows color (decimal): -8889506 or 6183800. OLE color: 6183800.

HSL color Cylindrical-coordinate representation of color #785B5E: hue angle of 353.79º 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 #785B5E is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1209194-
CMYK00.240.220.53
HSL353.79º13.74%41.37%-
HSV(B)353.79º24.17%47.06%-
XYZ13.5112.2812.25-
YUV100.01124.61142.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=39.34%
G=29.84%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120919400.240.220.53353.7913.7441.37
Hex785B5E0181635162e29
Octal17013313603026655421651
Binary111100010110111011110011000101101101011011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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