#7C565C

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

Shades of Falcon #7C565C

Tints of Falcon #7C565C

Color information

#7C565C (or 0x7C565C) is unknown color: approx Falcon. HEX triplet: 7C, 56 and 5C. RGB value is (124,86,92). Sum of RGB (Red+Green+Blue) = 124+86+92=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565C is #83A9A3. Grayscale: #626262. Windows color (decimal): -8628644 or 6051452. OLE color: 6051452.

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

Color convert

RGB1248692-
CMYK00.310.260.51
HSL350.53º18.1%41.18%-
HSV(B)350.53º30.65%48.63%-
XYZ13.5711.7111.67-
YUV98.05124.59146.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=41.06%
G=28.48%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124869200.310.260.51350.5318.141.18
Hex7C565C01F1A3315f1229
Octal17412613403732635372251
Binary1111100101011010111000111111101011001110101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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