#795960

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

Shades of Falcon #795960

Tints of Falcon #795960

Color information

#795960 (or 0x795960) is unknown color: approx Falcon. HEX triplet: 79, 59 and 60. RGB value is (121,89,96). Sum of RGB (Red+Green+Blue) = 121+89+96=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795960 is #86A69F. Grayscale: #636363. Windows color (decimal): -8824480 or 6314361. OLE color: 6314361.

HSL color Cylindrical-coordinate representation of color #795960: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795960 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1218996-
CMYK00.260.210.53
HSL346.88º15.24%41.18%-
HSV(B)346.88º26.45%47.45%-
XYZ13.5712.0512.68-
YUV99.37126.1143.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=39.54%
G=29.08%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121899600.260.210.53346.8815.2441.18
Hex79596001A153515bf29
Octal17113114003225655331751
Binary111100110110011100000011010101011101011010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795960; }

 p { color: rgb(121,89,96); }

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

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

 a { background-color: rgb(121,89,96); }

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

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

 span { border-color: rgb(121,89,96); }

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