#79585D

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

Shades of Falcon #79585D

Tints of Falcon #79585D

Color information

#79585D (or 0x79585D) is unknown color: approx Falcon. HEX triplet: 79, 58 and 5D. RGB value is (121,88,93). Sum of RGB (Red+Green+Blue) = 121+88+93=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79585D is #86A7A2. Grayscale: #626262. Windows color (decimal): -8824739 or 6117497. OLE color: 6117497.

HSL color Cylindrical-coordinate representation of color #79585D: hue angle of 350.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79585D is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1218893-
CMYK00.270.230.53
HSL350.91º15.79%40.98%-
HSV(B)350.91º27.27%47.45%-
XYZ13.3511.8311.94-
YUV98.44124.93144.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=40.07%
G=29.14%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121889300.270.230.53350.9115.7940.98
Hex79585D01B173515f1029
Octal17113013503327655372051
Binary1111001101100010111010110111011111010110101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79585D; }

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

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

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

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

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

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

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

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