#796264

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

Shades of Falcon #796264

Tints of Falcon #796264

Color information

#796264 (or 0x796264) is unknown color: approx Falcon. HEX triplet: 79, 62 and 64. RGB value is (121,98,100). Sum of RGB (Red+Green+Blue) = 121+98+100=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796264 is #869D9B. Grayscale: #696969. Windows color (decimal): -8822172 or 6578809. OLE color: 6578809.

HSL color Cylindrical-coordinate representation of color #796264: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #796264 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12198100-
CMYK00.190.170.53
HSL354.78º10.5%42.94%-
HSV(B)354.78º19.01%47.45%-
XYZ14.5513.7213.94-
YUV105.1125.12139.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=37.93%
G=30.72%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219810000.190.170.53354.7810.542.94
Hex7962640131135163b2b
Octal17114214402321655431353
Binary111100111000101100100010011100011101011011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796264; }

 p { color: rgb(121,98,100); }

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

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

 a { background-color: rgb(121,98,100); }

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

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

 span { border-color: rgb(121,98,100); }

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