#775F61

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

Shades of Falcon #775F61

Tints of Falcon #775F61

Color information

#775F61 (or 0x775F61) is unknown color: approx Falcon. HEX triplet: 77, 5F and 61. RGB value is (119,95,97). Sum of RGB (Red+Green+Blue) = 119+95+97=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #775F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F61 is #88A09E. Grayscale: #666666. Windows color (decimal): -8954015 or 6381431. OLE color: 6381431.

HSL color Cylindrical-coordinate representation of color #775F61: hue angle of 355º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F61 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1199597-
CMYK00.200.180.53
HSL355º11.21%41.96%-
HSV(B)355º20.17%46.67%-
XYZ13.8612.9713.08-
YUV102.4124.95139.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=38.26%
G=30.55%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119959700.200.180.5335511.2141.96
Hex775F610141235163b2a
Octal16713714102422655431352
Binary111011110111111100001010100100101101011011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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