#7C595C

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

Shades of Falcon #7C595C

Tints of Falcon #7C595C

Color information

#7C595C (or 0x7C595C) is unknown color: approx Falcon. HEX triplet: 7C, 59 and 5C. RGB value is (124,89,92). Sum of RGB (Red+Green+Blue) = 124+89+92=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595C is #83A6A3. Grayscale: #636363. Windows color (decimal): -8627876 or 6052220. OLE color: 6052220.

HSL color Cylindrical-coordinate representation of color #7C595C: hue angle of 354.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C595C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1248992-
CMYK00.280.260.51
HSL354.86º16.43%41.76%-
HSV(B)354.86º28.23%48.63%-
XYZ13.8212.211.75-
YUV99.81123.6145.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=40.66%
G=29.18%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124899200.280.260.51354.8616.4341.76
Hex7C595C01C1A33163102a
Octal17413113403432635432052
Binary1111100101100110111000111001101011001110110001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C595C; }

 p { color: rgb(124,89,92); }

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

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

 a { background-color: rgb(124,89,92); }

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

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

 span { border-color: rgb(124,89,92); }

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