#795359

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

Shades of Falcon #795359

Tints of Falcon #795359

Color information

#795359 (or 0x795359) is unknown color: approx Falcon. HEX triplet: 79, 53 and 59. RGB value is (121,83,89). Sum of RGB (Red+Green+Blue) = 121+83+89=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795359 is #86ACA6. Grayscale: #5F5F5F. Windows color (decimal): -8826023 or 5854073. OLE color: 5854073.

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

Color convert

RGB1218389-
CMYK00.310.260.53
HSL350.53º18.63%40%-
HSV(B)350.53º31.4%47.45%-
XYZ12.7810.9710.9-
YUV95.05124.59146.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=41.30%
G=28.33%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121838900.310.260.53350.5318.6340
Hex79535901F1A3515f1328
Octal17112313103732655372350
Binary1111001101001110110010111111101011010110101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795359; }

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

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

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

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

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

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

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

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