#794F56

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

Shades of Falcon #794F56

Tints of Falcon #794F56

Color information

#794F56 (or 0x794F56) is unknown color: approx Falcon. HEX triplet: 79, 4F and 56. RGB value is (121,79,86). Sum of RGB (Red+Green+Blue) = 121+79+86=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F56 is #86B0A9. Grayscale: #5C5C5C. Windows color (decimal): -8827050 or 5656441. OLE color: 5656441.

HSL color Cylindrical-coordinate representation of color #794F56: hue angle of 350º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F56 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1217986-
CMYK00.350.290.53
HSL350º21%39.22%-
HSV(B)350º34.71%47.45%-
XYZ12.3610.3310.15-
YUV92.36124.41148.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=42.31%
G=27.62%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121798600.350.290.533502139.22
Hex794F560231D3515e1527
Octal17111712604335655362547
Binary11110011001111101011001000111110111010110101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F56; }

 p { color: rgb(121,79,86); }

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

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

 a { background-color: rgb(121,79,86); }

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

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

 span { border-color: rgb(121,79,86); }

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