#7C5258

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

Shades of Falcon #7C5258

Tints of Falcon #7C5258

Color information

#7C5258 (or 0x7C5258) is unknown color: approx Falcon. HEX triplet: 7C, 52 and 58. RGB value is (124,82,88). Sum of RGB (Red+Green+Blue) = 124+82+88=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5258 is #83ADA7. Grayscale: #5F5F5F. Windows color (decimal): -8629672 or 5788284. OLE color: 5788284.

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

Color convert

RGB1248288-
CMYK00.340.290.51
HSL351.43º20.39%40.39%-
HSV(B)351.43º33.87%48.63%-
XYZ13.0911.0210.67-
YUV95.24123.91148.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=42.18%
G=27.89%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124828800.340.290.51351.4320.3940.39
Hex7C52580221D3315f1428
Octal17412213004235635372450
Binary11111001010010101100001000101110111001110101111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,88); }

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

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

 a { background-color: rgb(124,82,88); }

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

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

 span { border-color: rgb(124,82,88); }

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