#795354

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

Shades of Falcon #795354

Tints of Falcon #795354

Color information

#795354 (or 0x795354) is unknown color: approx Falcon. HEX triplet: 79, 53 and 54. RGB value is (121,83,84). Sum of RGB (Red+Green+Blue) = 121+83+84=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795354 is #86ACAB. Grayscale: #5E5E5E. Windows color (decimal): -8826028 or 5526393. OLE color: 5526393.

HSL color Cylindrical-coordinate representation of color #795354: hue angle of 358.42º 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 #795354 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1218384-
CMYK00.310.310.53
HSL358.42º18.63%40%-
HSV(B)358.42º31.4%47.45%-
XYZ12.5810.899.83-
YUV94.48122.09146.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=42.01%
G=28.82%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121838400.310.310.53358.4218.6340
Hex79535401F1F351661328
Octal17112312403737655462350
Binary1111001101001110101000111111111111010110110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795354; }

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

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

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

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

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

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

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

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