#755657

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

Shades of Falcon #755657

Tints of Falcon #755657

Color information

#755657 (or 0x755657) is unknown color: approx Falcon. HEX triplet: 75, 56 and 57. RGB value is (117,86,87). Sum of RGB (Red+Green+Blue) = 117+86+87=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755657 is #8AA9A8. Grayscale: #5F5F5F. Windows color (decimal): -9087401 or 5723765. OLE color: 5723765.

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

Color convert

RGB1178687-
CMYK00.260.260.54
HSL358.06º15.27%39.8%-
HSV(B)358.06º26.5%45.88%-
XYZ12.3811.1310.51-
YUV95.38123.27143.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 87 (34.38% from 255) = 30%
R=40.34%
G=29.66%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117868700.260.260.54358.0615.2739.8
Hex75565701A1A36166f28
Octal16512612703232665461750
Binary111010110101101010111011010110101101101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755657; }

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

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

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

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

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

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

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

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