#7A5459

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

Shades of Falcon #7A5459

Tints of Falcon #7A5459

Color information

#7A5459 (or 0x7A5459) is unknown color: approx Falcon. HEX triplet: 7A, 54 and 59. RGB value is (122,84,89). Sum of RGB (Red+Green+Blue) = 122+84+89=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5459 is #85ABA6. Grayscale: #5F5F5F. Windows color (decimal): -8760231 or 5854330. OLE color: 5854330.

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

Color convert

RGB1228489-
CMYK00.310.270.52
HSL352.11º18.45%40.39%-
HSV(B)352.11º31.15%47.84%-
XYZ1311.210.93-
YUV95.93124.09146.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=41.36%
G=28.47%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122848900.310.270.52352.1118.4540.39
Hex7A545901F1B341601228
Octal17212413103733645402250
Binary1111010101010010110010111111101111010010110000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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