#7A5559

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

Shades of Falcon #7A5559

Tints of Falcon #7A5559

Color information

#7A5559 (or 0x7A5559) is unknown color: approx Falcon. HEX triplet: 7A, 55 and 59. RGB value is (122,85,89). Sum of RGB (Red+Green+Blue) = 122+85+89=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5559 is #85AAA6. Grayscale: #606060. Windows color (decimal): -8759975 or 5854586. OLE color: 5854586.

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

Color convert

RGB1228589-
CMYK00.300.270.52
HSL353.51º17.87%40.59%-
HSV(B)353.51º30.33%47.84%-
XYZ13.0811.3610.95-
YUV96.52123.76146.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=41.22%
G=28.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122858900.300.270.52353.5117.8740.59
Hex7A555901E1B341621229
Octal17212513103633645422251
Binary1111010101010110110010111101101111010010110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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