#755A5E

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

Shades of Falcon #755A5E

Tints of Falcon #755A5E

Color information

#755A5E (or 0x755A5E) is unknown color: approx Falcon. HEX triplet: 75, 5A and 5E. RGB value is (117,90,94). Sum of RGB (Red+Green+Blue) = 117+90+94=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A5E is #8AA5A1. Grayscale: #626262. Windows color (decimal): -9086370 or 6183541. OLE color: 6183541.

HSL color Cylindrical-coordinate representation of color #755A5E: hue angle of 351.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A5E is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1179094-
CMYK00.230.200.54
HSL351.11º13.04%40.59%-
HSV(B)351.11º23.08%45.88%-
XYZ13.0111.912.2-
YUV98.53125.45141.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=38.87%
G=29.90%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117909400.230.200.54351.1113.0440.59
Hex755A5E017143615fd29
Octal16513213602724665371551
Binary111010110110101011110010111101001101101010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A5E; }

 p { color: rgb(117,90,94); }

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

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

 a { background-color: rgb(117,90,94); }

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

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

 span { border-color: rgb(117,90,94); }

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