#795559

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

Shades of Falcon #795559

Tints of Falcon #795559

Color information

#795559 (or 0x795559) is unknown color: approx Falcon. HEX triplet: 79, 55 and 59. RGB value is (121,85,89). Sum of RGB (Red+Green+Blue) = 121+85+89=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795559 is #86AAA6. Grayscale: #606060. Windows color (decimal): -8825511 or 5854585. OLE color: 5854585.

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

Color convert

RGB1218589-
CMYK00.300.260.53
HSL353.33º17.48%40.39%-
HSV(B)353.33º29.75%47.45%-
XYZ12.9411.2810.95-
YUV96.22123.93145.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=41.02%
G=28.81%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121858900.300.260.53353.3317.4840.39
Hex79555901E1A351611128
Octal17112513103632655412150
Binary1111001101010110110010111101101011010110110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795559; }

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

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

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

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

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

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

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

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