#7F585A

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

Shades of Falcon #7F585A

Tints of Falcon #7F585A

Color information

#7F585A (or 0x7F585A) is unknown color: approx Falcon. HEX triplet: 7F, 58 and 5A. RGB value is (127,88,90). Sum of RGB (Red+Green+Blue) = 127+88+90=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F585A is #80A7A5. Grayscale: #636363. Windows color (decimal): -8431526 or 5920895. OLE color: 5920895.

HSL color Cylindrical-coordinate representation of color #7F585A: hue angle of 356.92º degrees, saturation: 0.18, 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 #7F585A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1278890-
CMYK00.310.290.50
HSL356.92º18.14%42.16%-
HSV(B)356.92º30.71%49.8%-
XYZ14.0912.2311.29-
YUV99.89122.42147.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=41.64%
G=28.85%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127889000.310.290.50356.9218.1442.16
Hex7F585A01F1D32165122a
Octal17713013203735625452252
Binary1111111101100010110100111111110111001010110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,90); }

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

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

 a { background-color: rgb(127,88,90); }

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

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

 span { border-color: rgb(127,88,90); }

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