#77575C

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

Shades of Falcon #77575C

Tints of Falcon #77575C

Color information

#77575C (or 0x77575C) is unknown color: approx Falcon. HEX triplet: 77, 57 and 5C. RGB value is (119,87,92). Sum of RGB (Red+Green+Blue) = 119+87+92=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575C is #88A8A3. Grayscale: #616161. Windows color (decimal): -8956068 or 6051703. OLE color: 6051703.

HSL color Cylindrical-coordinate representation of color #77575C: hue angle of 350.62º 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 #77575C is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1198792-
CMYK00.270.230.53
HSL350.62º15.53%40.39%-
HSV(B)350.62º26.89%46.67%-
XYZ12.9511.5111.66-
YUV97.14125.1143.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=39.93%
G=29.19%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879200.270.230.53350.6215.5340.39
Hex77575C01B173515f1028
Octal16712713403327655372050
Binary1110111101011110111000110111011111010110101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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