#77585D

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

Shades of Falcon #77585D

Tints of Falcon #77585D

Color information

#77585D (or 0x77585D) is unknown color: approx Falcon. HEX triplet: 77, 58 and 5D. RGB value is (119,88,93). Sum of RGB (Red+Green+Blue) = 119+88+93=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585D is #88A7A2. Grayscale: #616161. Windows color (decimal): -8955811 or 6117495. OLE color: 6117495.

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

Color convert

RGB1198893-
CMYK00.260.220.53
HSL350.32º14.98%40.59%-
HSV(B)350.32º26.05%46.67%-
XYZ13.0711.6911.92-
YUV97.84125.27143.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=39.67%
G=29.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889300.260.220.53350.3214.9840.59
Hex77585D01A163515ef29
Octal16713013503226655361751
Binary111011110110001011101011010101101101011010111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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