#795458

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

Shades of Falcon #795458

Tints of Falcon #795458

Color information

#795458 (or 0x795458) is unknown color: approx Falcon. HEX triplet: 79, 54 and 58. RGB value is (121,84,88). Sum of RGB (Red+Green+Blue) = 121+84+88=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795458 is #86ABA7. Grayscale: #5F5F5F. Windows color (decimal): -8825768 or 5788793. OLE color: 5788793.

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

Color convert

RGB1218488-
CMYK00.310.270.53
HSL353.51º18.05%40.2%-
HSV(B)353.51º30.58%47.45%-
XYZ12.8211.1110.7-
YUV95.52123.76146.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=41.30%
G=28.67%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121848800.310.270.53353.5118.0540.2
Hex79545801F1B351621228
Octal17112413003733655422250
Binary1111001101010010110000111111101111010110110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795458; }

 p { color: rgb(121,84,88); }

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

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

 a { background-color: rgb(121,84,88); }

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

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

 span { border-color: rgb(121,84,88); }

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