#7C5359

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

Shades of Falcon #7C5359

Tints of Falcon #7C5359

Color information

#7C5359 (or 0x7C5359) is unknown color: approx Falcon. HEX triplet: 7C, 53 and 59. RGB value is (124,83,89). Sum of RGB (Red+Green+Blue) = 124+83+89=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5359 is #83ACA6. Grayscale: #5F5F5F. Windows color (decimal): -8629415 or 5854076. OLE color: 5854076.

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

Color convert

RGB1248389-
CMYK00.330.280.51
HSL351.22º19.81%40.59%-
HSV(B)351.22º33.06%48.63%-
XYZ13.2111.1910.92-
YUV95.94124.08148.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=41.89%
G=28.04%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124838900.330.280.51351.2219.8140.59
Hex7C53590211C3315f1429
Octal17412313104134635372451
Binary11111001010011101100101000011110011001110101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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