#7C5E5F

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

Shades of Falcon #7C5E5F

Tints of Falcon #7C5E5F

Color information

#7C5E5F (or 0x7C5E5F) is unknown color: approx Falcon. HEX triplet: 7C, 5E and 5F. RGB value is (124,94,95). Sum of RGB (Red+Green+Blue) = 124+94+95=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5F is #83A1A0. Grayscale: #676767. Windows color (decimal): -8626593 or 6250108. OLE color: 6250108.

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

Color convert

RGB1249495-
CMYK00.240.230.51
HSL358º13.76%42.75%-
HSV(B)358º24.19%48.63%-
XYZ14.3813.1212.6-
YUV103.08123.44142.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.62%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=39.62%
G=30.03%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124949500.240.230.5135813.7642.75
Hex7C5E5F0181733166e2b
Octal17413613703027635461653
Binary111110010111101011111011000101111100111011001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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