#78575E

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

Shades of Falcon #78575E

Tints of Falcon #78575E

Color information

#78575E (or 0x78575E) is unknown color: approx Falcon. HEX triplet: 78, 57 and 5E. RGB value is (120,87,94). Sum of RGB (Red+Green+Blue) = 120+87+94=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575E is #87A8A1. Grayscale: #616161. Windows color (decimal): -8890530 or 6182776. OLE color: 6182776.

HSL color Cylindrical-coordinate representation of color #78575E: hue angle of 347.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78575E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1208794-
CMYK00.280.220.53
HSL347.27º15.94%40.59%-
HSV(B)347.27º27.5%47.06%-
XYZ13.1711.6212.14-
YUV97.66125.93143.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=39.87%
G=28.90%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120879400.280.220.53347.2715.9440.59
Hex78575E01C163515b1029
Octal17012713603426655332051
Binary1111000101011110111100111001011011010110101101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78575E; }

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

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

<style>
 a { background-color: #78575E; }

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

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

<style>
 span { border-color: #78575E; }

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

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