#7F5F60

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

Shades of Falcon #7F5F60

Tints of Falcon #7F5F60

Color information

#7F5F60 (or 0x7F5F60) is unknown color: approx Falcon. HEX triplet: 7F, 5F and 60. RGB value is (127,95,96). Sum of RGB (Red+Green+Blue) = 127+95+96=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F60 is #80A09F. Grayscale: #686868. Windows color (decimal): -8429728 or 6315903. OLE color: 6315903.

HSL color Cylindrical-coordinate representation of color #7F5F60: hue angle of 358.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F5F60 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1279596-
CMYK00.250.240.50
HSL358.12º14.41%43.53%-
HSV(B)358.12º25.2%49.8%-
XYZ14.9613.5412.89-
YUV104.68123.1143.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=39.94%
G=29.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127959600.250.240.50358.1214.4143.53
Hex7F5F600191832166e2c
Octal17713714003130625461654
Binary111111110111111100000011001110001100101011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5F60; }

 p { color: rgb(127,95,96); }

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

<style>
 a { background-color: #7F5F60; }

 a { background-color: rgb(127,95,96); }

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

<style>
 span { border-color: #7F5F60; }

 span { border-color: rgb(127,95,96); }

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