#775A5F

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

Shades of Falcon #775A5F

Tints of Falcon #775A5F

Color information

#775A5F (or 0x775A5F) is unknown color: approx Falcon. HEX triplet: 77, 5A and 5F. RGB value is (119,90,95). Sum of RGB (Red+Green+Blue) = 119+90+95=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A5F is #88A5A0. Grayscale: #636363. Windows color (decimal): -8955297 or 6249079. OLE color: 6249079.

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

Color convert

RGB1199095-
CMYK00.240.200.53
HSL349.66º13.88%40.98%-
HSV(B)349.66º24.37%46.67%-
XYZ13.3312.0612.45-
YUV99.24125.61142.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=39.14%
G=29.61%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119909500.240.200.53349.6613.8840.98
Hex775A5F018143515ee29
Octal16713213703024655361651
Binary111011110110101011111011000101001101011010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A5F; }

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

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

<style>
 a { background-color: #775A5F; }

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

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

<style>
 span { border-color: #775A5F; }

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

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