#756265

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

Shades of Falcon #756265

Tints of Falcon #756265

Color information

#756265 (or 0x756265) is unknown color: approx Falcon. HEX triplet: 75, 62 and 65. RGB value is (117,98,101). Sum of RGB (Red+Green+Blue) = 117+98+101=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756265 is #8A9D9A. Grayscale: #686868. Windows color (decimal): -9084315 or 6644341. OLE color: 6644341.

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

Color convert

RGB11798101-
CMYK00.160.140.54
HSL350.53º8.84%42.16%-
HSV(B)350.53º16.24%45.88%-
XYZ14.0513.4614.17-
YUV104.02126.29137.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=37.03%
G=31.01%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179810100.160.140.54350.538.8442.16
Hex756265010E3615f92a
Octal16514214502016665371152
Binary11101011100010110010101000011101101101010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756265; }

 p { color: rgb(117,98,101); }

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

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

 a { background-color: rgb(117,98,101); }

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

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

 span { border-color: rgb(117,98,101); }

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