#756263

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

Shades of Falcon #756263

Tints of Falcon #756263

Color information

#756263 (or 0x756263) is unknown color: approx Falcon. HEX triplet: 75, 62 and 63. RGB value is (117,98,99). Sum of RGB (Red+Green+Blue) = 117+98+99=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756263 is #8A9D9C. Grayscale: #676767. Windows color (decimal): -9084317 or 6513269. OLE color: 6513269.

HSL color Cylindrical-coordinate representation of color #756263: hue angle of 356.84º 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 #756263 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1179899-
CMYK00.160.150.54
HSL356.84º8.84%42.16%-
HSV(B)356.84º16.24%45.88%-
XYZ13.9613.4213.66-
YUV103.79125.29137.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=37.26%
G=31.21%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117989900.160.150.54356.848.8442.16
Hex756263010F3616592a
Octal16514214302017665451152
Binary11101011100010110001101000011111101101011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756263; }

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

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

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

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

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

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

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

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