#775B5E

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

Shades of Falcon #775B5E

Tints of Falcon #775B5E

Color information

#775B5E (or 0x775B5E) is unknown color: approx Falcon. HEX triplet: 77, 5B and 5E. RGB value is (119,91,94). Sum of RGB (Red+Green+Blue) = 119+91+94=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5E is #88A4A1. Grayscale: #636363. Windows color (decimal): -8955042 or 6183799. OLE color: 6183799.

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

Color convert

RGB1199194-
CMYK00.240.210.53
HSL353.57º13.33%41.18%-
HSV(B)353.57º23.53%46.67%-
XYZ13.3712.2112.24-
YUV99.71124.78141.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=39.14%
G=29.93%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119919400.240.210.53353.5713.3341.18
Hex775B5E0181535162d29
Octal16713313603025655421551
Binary111011110110111011110011000101011101011011000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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