#7A5159

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

Shades of Falcon #7A5159

Tints of Falcon #7A5159

Color information

#7A5159 (or 0x7A5159) is unknown color: approx Falcon. HEX triplet: 7A, 51 and 59. RGB value is (122,81,89). Sum of RGB (Red+Green+Blue) = 122+81+89=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5159 is #85AEA6. Grayscale: #5E5E5E. Windows color (decimal): -8760999 or 5853562. OLE color: 5853562.

HSL color Cylindrical-coordinate representation of color #7A5159: hue angle of 348.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5159 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB1228189-
CMYK00.340.270.52
HSL348.29º20.2%39.8%-
HSV(B)348.29º33.61%47.84%-
XYZ12.7710.7410.85-
YUV94.17125.08147.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=41.78%
G=27.74%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122818900.340.270.52348.2920.239.8
Hex7A51590221B3415c1428
Octal17212113104233645342450
Binary11110101010001101100101000101101111010010101110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,89); }

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

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

 a { background-color: rgb(122,81,89); }

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

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

 span { border-color: rgb(122,81,89); }

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