#795A5F

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

Shades of Falcon #795A5F

Tints of Falcon #795A5F

Color information

#795A5F (or 0x795A5F) is unknown color: approx Falcon. HEX triplet: 79, 5A and 5F. RGB value is (121,90,95). Sum of RGB (Red+Green+Blue) = 121+90+95=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A5F is #86A5A0. Grayscale: #636363. Windows color (decimal): -8824225 or 6249081. OLE color: 6249081.

HSL color Cylindrical-coordinate representation of color #795A5F: hue angle of 350.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A5F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1219095-
CMYK00.260.210.53
HSL350.32º14.69%41.37%-
HSV(B)350.32º25.62%47.45%-
XYZ13.6112.212.46-
YUV99.84125.27143.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=39.54%
G=29.41%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121909500.260.210.53350.3214.6941.37
Hex795A5F01A153515ef29
Octal17113213703225655361751
Binary111100110110101011111011010101011101011010111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795A5F; }

 p { color: rgb(121,90,95); }

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

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

 a { background-color: rgb(121,90,95); }

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

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

 span { border-color: rgb(121,90,95); }

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