#7A585E

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

Shades of Falcon #7A585E

Tints of Falcon #7A585E

Color information

#7A585E (or 0x7A585E) is unknown color: approx Falcon. HEX triplet: 7A, 58 and 5E. RGB value is (122,88,94). Sum of RGB (Red+Green+Blue) = 122+88+94=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A585E is #85A7A1. Grayscale: #626262. Windows color (decimal): -8759202 or 6183034. OLE color: 6183034.

HSL color Cylindrical-coordinate representation of color #7A585E: hue angle of 349.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A585E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1228894-
CMYK00.280.230.52
HSL349.41º16.19%41.18%-
HSV(B)349.41º27.87%47.84%-
XYZ13.5411.9312.18-
YUV98.85125.26144.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=40.13%
G=28.95%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122889400.280.230.52349.4116.1941.18
Hex7A585E01C173415d1029
Octal17213013603427645352051
Binary1111010101100010111100111001011111010010101110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,94); }

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

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

 a { background-color: rgb(122,88,94); }

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

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

 span { border-color: rgb(122,88,94); }

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