#775B5F

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

Shades of Falcon #775B5F

Tints of Falcon #775B5F

Color information

#775B5F (or 0x775B5F) is unknown color: approx Falcon. HEX triplet: 77, 5B and 5F. RGB value is (119,91,95). Sum of RGB (Red+Green+Blue) = 119+91+95=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5F is #88A4A0. Grayscale: #636363. Windows color (decimal): -8955041 or 6249335. OLE color: 6249335.

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

Color convert

RGB1199195-
CMYK00.240.200.53
HSL351.43º13.33%41.18%-
HSV(B)351.43º23.53%46.67%-
XYZ13.4112.2312.48-
YUV99.83125.28141.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=39.02%
G=29.84%
B=31.15%

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
Decimal119919500.240.200.53351.4313.3341.18
Hex775B5F018143515fd29
Octal16713313703024655371551
Binary111011110110111011111011000101001101011010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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