#775F63

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

Shades of Falcon #775F63

Tints of Falcon #775F63

Color information

#775F63 (or 0x775F63) is unknown color: approx Falcon. HEX triplet: 77, 5F and 63. RGB value is (119,95,99). Sum of RGB (Red+Green+Blue) = 119+95+99=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F63 is #88A09C. Grayscale: #666666. Windows color (decimal): -8954013 or 6512503. OLE color: 6512503.

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

Color convert

RGB1199599-
CMYK00.200.170.53
HSL350º11.21%41.96%-
HSV(B)350º20.17%46.67%-
XYZ13.9513.0113.58-
YUV102.63125.95139.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=38.02%
G=30.35%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119959900.200.170.5335011.2141.96
Hex775F63014113515eb2a
Octal16713714302421655361352
Binary111011110111111100011010100100011101011010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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