#77595A

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

Shades of Falcon #77595A

Tints of Falcon #77595A

Color information

#77595A (or 0x77595A) is unknown color: approx Falcon. HEX triplet: 77, 59 and 5A. RGB value is (119,89,90). Sum of RGB (Red+Green+Blue) = 119+89+90=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77595A is #88A6A5. Grayscale: #626262. Windows color (decimal): -8955558 or 5921143. OLE color: 5921143.

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

Color convert

RGB1198990-
CMYK00.250.240.53
HSL358º14.42%40.78%-
HSV(B)358º25.21%46.67%-
XYZ13.0311.811.26-
YUV98.08123.44142.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=39.93%
G=29.87%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119899000.250.240.5335814.4240.78
Hex77595A0191835166e29
Octal16713113203130655461651
Binary111011110110011011010011001110001101011011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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