#7A595A

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

Shades of Falcon #7A595A

Tints of Falcon #7A595A

Color information

#7A595A (or 0x7A595A) is unknown color: approx Falcon. HEX triplet: 7A, 59 and 5A. RGB value is (122,89,90). Sum of RGB (Red+Green+Blue) = 122+89+90=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595A is #85A6A5. Grayscale: #636363. Windows color (decimal): -8758950 or 5921146. OLE color: 5921146.

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

Color convert

RGB1228990-
CMYK00.270.260.52
HSL358.18º15.64%41.37%-
HSV(B)358.18º27.05%47.84%-
XYZ13.4412.0211.28-
YUV98.98122.93144.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=40.53%
G=29.57%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122899000.270.260.52358.1815.6441.37
Hex7A595A01B1A341661029
Octal17213113203332645462051
Binary1111010101100110110100110111101011010010110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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