#795355

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

Shades of Falcon #795355

Tints of Falcon #795355

Color information

#795355 (or 0x795355) is unknown color: approx Falcon. HEX triplet: 79, 53 and 55. RGB value is (121,83,85). Sum of RGB (Red+Green+Blue) = 121+83+85=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795355 is #86ACAA. Grayscale: #5E5E5E. Windows color (decimal): -8826027 or 5591929. OLE color: 5591929.

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

Color convert

RGB1218385-
CMYK00.310.300.53
HSL356.84º18.63%40%-
HSV(B)356.84º31.4%47.45%-
XYZ12.6210.9110.03-
YUV94.59122.59146.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=41.87%
G=28.72%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121838500.310.300.53356.8418.6340
Hex79535501F1E351651328
Octal17112312503736655452350
Binary1111001101001110101010111111111011010110110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795355; }

 p { color: rgb(121,83,85); }

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

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

 a { background-color: rgb(121,83,85); }

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

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

 span { border-color: rgb(121,83,85); }

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