#756164

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

Shades of Falcon #756164

Tints of Falcon #756164

Color information

#756164 (or 0x756164) is unknown color: approx Falcon. HEX triplet: 75, 61 and 64. RGB value is (117,97,100). Sum of RGB (Red+Green+Blue) = 117+97+100=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756164 is #8A9E9B. Grayscale: #676767. Windows color (decimal): -9084572 or 6578549. OLE color: 6578549.

HSL color Cylindrical-coordinate representation of color #756164: hue angle of 351º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756164 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11797100-
CMYK00.170.150.54
HSL351º9.35%41.96%-
HSV(B)351º17.09%45.88%-
XYZ13.9113.2513.88-
YUV103.32126.13137.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=37.26%
G=30.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710000.170.150.543519.3541.96
Hex756164011F3615f92a
Octal16514114402117665371152
Binary11101011100001110010001000111111101101010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756164; }

 p { color: rgb(117,97,100); }

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

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

 a { background-color: rgb(117,97,100); }

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

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

 span { border-color: rgb(117,97,100); }

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