#7C5B5D

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

Shades of Falcon #7C5B5D

Tints of Falcon #7C5B5D

Color information

#7C5B5D (or 0x7C5B5D) is unknown color: approx Falcon. HEX triplet: 7C, 5B and 5D. RGB value is (124,91,93). Sum of RGB (Red+Green+Blue) = 124+91+93=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B5D is #83A4A2. Grayscale: #656565. Windows color (decimal): -8627363 or 6118268. OLE color: 6118268.

HSL color Cylindrical-coordinate representation of color #7C5B5D: hue angle of 356.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B5D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1249193-
CMYK00.270.250.51
HSL356.36º15.35%42.16%-
HSV(B)356.36º26.61%48.63%-
XYZ14.0312.5612.04-
YUV101.1123.43144.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=40.26%
G=29.55%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124919300.270.250.51356.3615.3542.16
Hex7C5B5D01B1933164f2a
Octal17413313503331635441752
Binary111110010110111011101011011110011100111011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,93); }

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

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

 a { background-color: rgb(124,91,93); }

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

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

 span { border-color: rgb(124,91,93); }

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