#7A6164

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

Shades of Falcon #7A6164

Tints of Falcon #7A6164

Color information

#7A6164 (or 0x7A6164) is unknown color: approx Falcon. HEX triplet: 7A, 61 and 64. RGB value is (122,97,100). Sum of RGB (Red+Green+Blue) = 122+97+100=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6164 is #859E9B. Grayscale: #686868. Windows color (decimal): -8756892 or 6578554. OLE color: 6578554.

HSL color Cylindrical-coordinate representation of color #7A6164: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6164 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB12297100-
CMYK00.200.180.52
HSL352.8º11.42%42.94%-
HSV(B)352.8º20.49%47.84%-
XYZ14.613.6113.91-
YUV104.82125.28140.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=38.24%
G=30.41%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229710000.200.180.52352.811.4242.94
Hex7A61640141234161b2b
Octal17214114402422645411353
Binary111101011000011100100010100100101101001011000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,100); }

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

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

 a { background-color: rgb(122,97,100); }

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

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

 span { border-color: rgb(122,97,100); }

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