#755659

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

Shades of Falcon #755659

Tints of Falcon #755659

Color information

#755659 (or 0x755659) is unknown color: approx Falcon. HEX triplet: 75, 56 and 59. RGB value is (117,86,89). Sum of RGB (Red+Green+Blue) = 117+86+89=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755659 is #8AA9A6. Grayscale: #5F5F5F. Windows color (decimal): -9087399 or 5854837. OLE color: 5854837.

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

Color convert

RGB1178689-
CMYK00.260.240.54
HSL354.19º15.27%39.8%-
HSV(B)354.19º26.5%45.88%-
XYZ12.4711.1610.95-
YUV95.61124.27143.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=40.07%
G=29.45%
B=30.48%

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
Decimal117868900.260.240.54354.1915.2739.8
Hex75565901A1836162f28
Octal16512613103230665421750
Binary111010110101101011001011010110001101101011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755659; }

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

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

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

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

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

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

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

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