#7C6064

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

Shades of Falcon #7C6064

Tints of Falcon #7C6064

Color information

#7C6064 (or 0x7C6064) is unknown color: approx Falcon. HEX triplet: 7C, 60 and 64. RGB value is (124,96,100). Sum of RGB (Red+Green+Blue) = 124+96+100=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6064 is #839F9B. Grayscale: #686868. Windows color (decimal): -8626076 or 6578300. OLE color: 6578300.

HSL color Cylindrical-coordinate representation of color #7C6064: hue angle of 351.43º 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 #7C6064 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12496100-
CMYK00.230.190.51
HSL351.43º12.73%43.14%-
HSV(B)351.43º22.58%48.63%-
XYZ14.813.5713.9-
YUV104.83125.28141.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=38.75%
G=30%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249610000.230.190.51351.4312.7343.14
Hex7C6064017133315fd2b
Octal17414014402723635371553
Binary111110011000001100100010111100111100111010111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,100); }

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

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

 a { background-color: rgb(124,96,100); }

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

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

 span { border-color: rgb(124,96,100); }

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