#7F5559

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

Shades of Falcon #7F5559

Tints of Falcon #7F5559

Color information

#7F5559 (or 0x7F5559) is unknown color: approx Falcon. HEX triplet: 7F, 55 and 59. RGB value is (127,85,89). Sum of RGB (Red+Green+Blue) = 127+85+89=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5559 is #80AAA6. Grayscale: #626262. Windows color (decimal): -8432295 or 5854591. OLE color: 5854591.

HSL color Cylindrical-coordinate representation of color #7F5559: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5559 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1278589-
CMYK00.330.300.50
HSL354.29º19.81%41.57%-
HSV(B)354.29º33.07%49.8%-
XYZ13.811.7310.99-
YUV98.01122.91148.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=42.19%
G=28.24%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127858900.330.300.50354.2919.8141.57
Hex7F55590211E32162142a
Octal17712513104136625422452
Binary11111111010101101100101000011111011001010110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,89); }

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

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

 a { background-color: rgb(127,85,89); }

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

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

 span { border-color: rgb(127,85,89); }

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