#7C595A

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

Shades of Falcon #7C595A

Tints of Falcon #7C595A

Color information

#7C595A (or 0x7C595A) is unknown color: approx Falcon. HEX triplet: 7C, 59 and 5A. RGB value is (124,89,90). Sum of RGB (Red+Green+Blue) = 124+89+90=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595A is #83A6A5. Grayscale: #636363. Windows color (decimal): -8627878 or 5921148. OLE color: 5921148.

HSL color Cylindrical-coordinate representation of color #7C595A: hue angle of 358.29º 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 #7C595A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1248990-
CMYK00.280.270.51
HSL358.29º16.43%41.76%-
HSV(B)358.29º28.23%48.63%-
XYZ13.7312.1711.3-
YUV99.58122.6145.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=40.92%
G=29.37%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124899000.280.270.51358.2916.4341.76
Hex7C595A01C1B33166102a
Octal17413113203433635462052
Binary1111100101100110110100111001101111001110110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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