#77575E

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

Shades of Falcon #77575E

Tints of Falcon #77575E

Color information

#77575E (or 0x77575E) is unknown color: approx Falcon. HEX triplet: 77, 57 and 5E. RGB value is (119,87,94). Sum of RGB (Red+Green+Blue) = 119+87+94=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575E is #88A8A1. Grayscale: #616161. Windows color (decimal): -8956066 or 6182775. OLE color: 6182775.

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

Color convert

RGB1198794-
CMYK00.270.210.53
HSL346.88º15.53%40.39%-
HSV(B)346.88º26.89%46.67%-
XYZ13.0411.5512.13-
YUV97.37126.1143.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=39.67%
G=29%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879400.270.210.53346.8815.5340.39
Hex77575E01B153515b1028
Octal16712713603325655332050
Binary1110111101011110111100110111010111010110101101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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