#7F575B

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

Shades of Falcon #7F575B

Tints of Falcon #7F575B

Color information

#7F575B (or 0x7F575B) is unknown color: approx Falcon. HEX triplet: 7F, 57 and 5B. RGB value is (127,87,91). Sum of RGB (Red+Green+Blue) = 127+87+91=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F575B is #80A8A4. Grayscale: #636363. Windows color (decimal): -8431781 or 5986175. OLE color: 5986175.

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

Color convert

RGB1278791-
CMYK00.310.280.50
HSL354º18.69%41.96%-
HSV(B)354º31.5%49.8%-
XYZ14.0512.0811.49-
YUV99.42123.25147.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=41.64%
G=28.52%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127879100.310.280.5035418.6941.96
Hex7F575B01F1C32162132a
Octal17712713303734625422352
Binary1111111101011110110110111111110011001010110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,87,91); }

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

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

 a { background-color: rgb(127,87,91); }

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

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

 span { border-color: rgb(127,87,91); }

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