#7C5F62

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

Shades of Falcon #7C5F62

Tints of Falcon #7C5F62

Color information

#7C5F62 (or 0x7C5F62) is unknown color: approx Falcon. HEX triplet: 7C, 5F and 62. RGB value is (124,95,98). Sum of RGB (Red+Green+Blue) = 124+95+98=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F62 is #83A09D. Grayscale: #686868. Windows color (decimal): -8626334 or 6446972. OLE color: 6446972.

HSL color Cylindrical-coordinate representation of color #7C5F62: hue angle of 353.79º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C5F62 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB1249598-
CMYK00.230.210.51
HSL353.79º13.24%42.94%-
HSV(B)353.79º23.39%48.63%-
XYZ14.6113.3513.36-
YUV104.01124.61142.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=39.12%
G=29.97%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124959800.230.210.51353.7913.2442.94
Hex7C5F620171533162d2b
Octal17413714202725635421553
Binary111110010111111100010010111101011100111011000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,98); }

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

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

 a { background-color: rgb(124,95,98); }

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

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

 span { border-color: rgb(124,95,98); }

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