#77585B

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

Shades of Falcon #77585B

Tints of Falcon #77585B

Color information

#77585B (or 0x77585B) is unknown color: approx Falcon. HEX triplet: 77, 58 and 5B. RGB value is (119,88,91). Sum of RGB (Red+Green+Blue) = 119+88+91=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585B is #88A7A4. Grayscale: #616161. Windows color (decimal): -8955813 or 5986423. OLE color: 5986423.

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

Color convert

RGB1198891-
CMYK00.260.240.53
HSL354.19º14.98%40.59%-
HSV(B)354.19º26.05%46.67%-
XYZ12.9911.6611.46-
YUV97.61124.27143.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=39.93%
G=29.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889100.260.240.53354.1914.9840.59
Hex77585B01A1835162f29
Octal16713013303230655421751
Binary111011110110001011011011010110001101011011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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