#755759

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

Shades of Falcon #755759

Tints of Falcon #755759

Color information

#755759 (or 0x755759) is unknown color: approx Falcon. HEX triplet: 75, 57 and 59. RGB value is (117,87,89). Sum of RGB (Red+Green+Blue) = 117+87+89=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755759 is #8AA8A6. Grayscale: #606060. Windows color (decimal): -9087143 or 5855093. OLE color: 5855093.

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

Color convert

RGB1178789-
CMYK00.260.240.54
HSL356º14.71%40%-
HSV(B)356º25.64%45.88%-
XYZ12.5511.3210.97-
YUV96.2123.94142.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=39.93%
G=29.69%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117878900.260.240.5435614.7140
Hex75575901A1836164f28
Octal16512713103230665441750
Binary111010110101111011001011010110001101101011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755759; }

 p { color: rgb(117,87,89); }

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

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

 a { background-color: rgb(117,87,89); }

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

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

 span { border-color: rgb(117,87,89); }

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