#7A585A

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

Shades of Falcon #7A585A

Tints of Falcon #7A585A

Color information

#7A585A (or 0x7A585A) is unknown color: approx Falcon. HEX triplet: 7A, 58 and 5A. RGB value is (122,88,90). Sum of RGB (Red+Green+Blue) = 122+88+90=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A585A is #85A7A5. Grayscale: #626262. Windows color (decimal): -8759206 or 5920890. OLE color: 5920890.

HSL color Cylindrical-coordinate representation of color #7A585A: hue angle of 356.47º 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 #7A585A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1228890-
CMYK00.280.260.52
HSL356.47º16.19%41.18%-
HSV(B)356.47º27.87%47.84%-
XYZ13.3611.8611.26-
YUV98.39123.26144.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=40.67%
G=29.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122889000.280.260.52356.4716.1941.18
Hex7A585A01C1A341641029
Octal17213013203432645442051
Binary1111010101100010110100111001101011010010110010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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