#775A5B

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

Shades of Falcon #775A5B

Tints of Falcon #775A5B

Color information

#775A5B (or 0x775A5B) is unknown color: approx Falcon. HEX triplet: 77, 5A and 5B. RGB value is (119,90,91). Sum of RGB (Red+Green+Blue) = 119+90+91=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A5B is #88A5A4. Grayscale: #626262. Windows color (decimal): -8955301 or 5986935. OLE color: 5986935.

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

Color convert

RGB1199091-
CMYK00.240.240.53
HSL357.93º13.88%40.98%-
HSV(B)357.93º24.37%46.67%-
XYZ13.1511.9911.52-
YUV98.78123.61142.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=39.67%
G=30%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119909100.240.240.53357.9313.8840.98
Hex775A5B0181835166e29
Octal16713213303030655461651
Binary111011110110101011011011000110001101011011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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