#795057

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

Shades of Falcon #795057

Tints of Falcon #795057

Color information

#795057 (or 0x795057) is unknown color: approx Falcon. HEX triplet: 79, 50 and 57. RGB value is (121,80,87). Sum of RGB (Red+Green+Blue) = 121+80+87=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795057 is #86AFA8. Grayscale: #5D5D5D. Windows color (decimal): -8826793 or 5722233. OLE color: 5722233.

HSL color Cylindrical-coordinate representation of color #795057: hue angle of 349.76º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795057 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1218087-
CMYK00.340.280.53
HSL349.76º20.4%39.41%-
HSV(B)349.76º33.88%47.45%-
XYZ12.4710.4910.38-
YUV93.06124.58147.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=42.01%
G=27.78%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121808700.340.280.53349.7620.439.41
Hex7950570221C3515e1427
Octal17112012704234655362447
Binary11110011010000101011101000101110011010110101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795057; }

 p { color: rgb(121,80,87); }

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

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

 a { background-color: rgb(121,80,87); }

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

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

 span { border-color: rgb(121,80,87); }

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