#755056

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

Shades of Falcon #755056

Tints of Falcon #755056

Color information

#755056 (or 0x755056) is unknown color: approx Falcon. HEX triplet: 75, 50 and 56. RGB value is (117,80,86). Sum of RGB (Red+Green+Blue) = 117+80+86=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755056 is #8AAFA9. Grayscale: #5B5B5B. Windows color (decimal): -9088938 or 5656693. OLE color: 5656693.

HSL color Cylindrical-coordinate representation of color #755056: hue angle of 350.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755056 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1178086-
CMYK00.320.260.54
HSL350.27º18.78%38.63%-
HSV(B)350.27º31.62%45.88%-
XYZ11.8810.1910.14-
YUV91.75124.76146.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=41.34%
G=28.27%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117808600.320.260.54350.2718.7838.63
Hex7550560201A3615e1327
Octal16512012604032665362347
Binary11101011010000101011001000001101011011010101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755056; }

 p { color: rgb(117,80,86); }

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

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

 a { background-color: rgb(117,80,86); }

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

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

 span { border-color: rgb(117,80,86); }

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