#77585E

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

Shades of Falcon #77585E

Tints of Falcon #77585E

Color information

#77585E (or 0x77585E) is unknown color: approx Falcon. HEX triplet: 77, 58 and 5E. RGB value is (119,88,94). Sum of RGB (Red+Green+Blue) = 119+88+94=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585E is #88A7A1. Grayscale: #616161. Windows color (decimal): -8955810 or 6183031. OLE color: 6183031.

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

Color convert

RGB1198894-
CMYK00.260.210.53
HSL348.39º14.98%40.59%-
HSV(B)348.39º26.05%46.67%-
XYZ13.1211.7112.16-
YUV97.95125.77143.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=39.53%
G=29.24%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889400.260.210.53348.3914.9840.59
Hex77585E01A153515cf29
Octal16713013603225655341751
Binary111011110110001011110011010101011101011010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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