#755A5D

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

Shades of Falcon #755A5D

Tints of Falcon #755A5D

Color information

#755A5D (or 0x755A5D) is unknown color: approx Falcon. HEX triplet: 75, 5A and 5D. RGB value is (117,90,93). Sum of RGB (Red+Green+Blue) = 117+90+93=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A5D is #8AA5A2. Grayscale: #626262. Windows color (decimal): -9086371 or 6118005. OLE color: 6118005.

HSL color Cylindrical-coordinate representation of color #755A5D: hue angle of 353.33º 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 #755A5D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1179093-
CMYK00.230.210.54
HSL353.33º13.04%40.59%-
HSV(B)353.33º23.08%45.88%-
XYZ12.9711.8811.97-
YUV98.42124.95141.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 31%
R=39%
G=30%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117909300.230.210.54353.3313.0440.59
Hex755A5D0171536161d29
Octal16513213502725665411551
Binary111010110110101011101010111101011101101011000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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