#7A6465

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

Shades of Falcon #7A6465

Tints of Falcon #7A6465

Color information

#7A6465 (or 0x7A6465) is unknown color: approx Falcon. HEX triplet: 7A, 64 and 65. RGB value is (122,100,101). Sum of RGB (Red+Green+Blue) = 122+100+101=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6465 is #859B9A. Grayscale: #6A6A6A. Windows color (decimal): -8756123 or 6644858. OLE color: 6644858.

HSL color Cylindrical-coordinate representation of color #7A6465: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A6465 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB122100101-
CMYK00.180.170.52
HSL357.27º9.91%43.53%-
HSV(B)357.27º18.03%47.84%-
XYZ14.9314.1914.26-
YUV106.69124.79138.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=37.77%
G=30.96%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210010100.180.170.52357.279.9143.53
Hex7A64650121134165a2c
Octal17214414502221645451254
Binary111101011001001100101010010100011101001011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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