#785559

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

Shades of Falcon #785559

Tints of Falcon #785559

Color information

#785559 (or 0x785559) is unknown color: approx Falcon. HEX triplet: 78, 55 and 59. RGB value is (120,85,89). Sum of RGB (Red+Green+Blue) = 120+85+89=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785559 is #87AAA6. Grayscale: #5F5F5F. Windows color (decimal): -8891047 or 5854584. OLE color: 5854584.

HSL color Cylindrical-coordinate representation of color #785559: hue angle of 353.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785559 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1208589-
CMYK00.290.260.53
HSL353.14º17.07%40.2%-
HSV(B)353.14º29.17%47.06%-
XYZ12.811.2110.94-
YUV95.92124.1145.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=40.82%
G=28.91%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120858900.290.260.53353.1417.0740.2
Hex78555901D1A351611128
Octal17012513103532655412150
Binary1111000101010110110010111011101011010110110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785559; }

 p { color: rgb(120,85,89); }

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

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

 a { background-color: rgb(120,85,89); }

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

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

 span { border-color: rgb(120,85,89); }

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