#77595C

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

Shades of Falcon #77595C

Tints of Falcon #77595C

Color information

#77595C (or 0x77595C) is unknown color: approx Falcon. HEX triplet: 77, 59 and 5C. RGB value is (119,89,92). Sum of RGB (Red+Green+Blue) = 119+89+92=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77595C is #88A6A3. Grayscale: #626262. Windows color (decimal): -8955556 or 6052215. OLE color: 6052215.

HSL color Cylindrical-coordinate representation of color #77595C: hue angle of 354º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77595C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1198992-
CMYK00.250.230.53
HSL354º14.42%40.78%-
HSV(B)354º25.21%46.67%-
XYZ13.1111.8411.72-
YUV98.31124.44142.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=39.67%
G=29.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119899200.250.230.5335414.4240.78
Hex77595C0191735162e29
Octal16713113403127655421651
Binary111011110110011011100011001101111101011011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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