#7A5A5B

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

Shades of Falcon #7A5A5B

Tints of Falcon #7A5A5B

Color information

#7A5A5B (or 0x7A5A5B) is unknown color: approx Falcon. HEX triplet: 7A, 5A and 5B. RGB value is (122,90,91). Sum of RGB (Red+Green+Blue) = 122+90+91=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A5B is #85A5A4. Grayscale: #636363. Windows color (decimal): -8758693 or 5986938. OLE color: 5986938.

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

Color convert

RGB1229091-
CMYK00.260.250.52
HSL358.12º15.09%41.57%-
HSV(B)358.12º26.23%47.84%-
XYZ13.5712.2111.54-
YUV99.68123.1143.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=40.26%
G=29.70%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122909100.260.250.52358.1215.0941.57
Hex7A5A5B01A1934166f2a
Octal17213213303231645461752
Binary111101010110101011011011010110011101001011001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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