#7C5C62

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

Shades of Falcon #7C5C62

Tints of Falcon #7C5C62

Color information

#7C5C62 (or 0x7C5C62) is unknown color: approx Falcon. HEX triplet: 7C, 5C and 62. RGB value is (124,92,98). Sum of RGB (Red+Green+Blue) = 124+92+98=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C62 is #83A39D. Grayscale: #666666. Windows color (decimal): -8627102 or 6446204. OLE color: 6446204.

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

Color convert

RGB1249298-
CMYK00.260.210.51
HSL348.75º14.81%42.35%-
HSV(B)348.75º25.81%48.63%-
XYZ14.3412.8213.27-
YUV102.25125.6143.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=39.49%
G=29.30%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124929800.260.210.51348.7514.8142.35
Hex7C5C6201A153315df2a
Octal17413414203225635351752
Binary111110010111001100010011010101011100111010111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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