#79555A

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

Shades of Falcon #79555A

Tints of Falcon #79555A

Color information

#79555A (or 0x79555A) is unknown color: approx Falcon. HEX triplet: 79, 55 and 5A. RGB value is (121,85,90). Sum of RGB (Red+Green+Blue) = 121+85+90=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79555A is #86AAA5. Grayscale: #606060. Windows color (decimal): -8825510 or 5920121. OLE color: 5920121.

HSL color Cylindrical-coordinate representation of color #79555A: hue angle of 351.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79555A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1218590-
CMYK00.300.260.53
HSL351.67º17.48%40.39%-
HSV(B)351.67º29.75%47.45%-
XYZ12.9811.311.17-
YUV96.33124.43145.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=40.88%
G=28.72%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121859000.300.260.53351.6717.4840.39
Hex79555A01E1A351601128
Octal17112513203632655402150
Binary1111001101010110110100111101101011010110110000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79555A; }

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

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

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

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

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

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

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

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