#755357

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

Shades of Falcon #755357

Tints of Falcon #755357

Color information

#755357 (or 0x755357) is unknown color: approx Falcon. HEX triplet: 75, 53 and 57. RGB value is (117,83,87). Sum of RGB (Red+Green+Blue) = 117+83+87=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755357 is #8AACA8. Grayscale: #5D5D5D. Windows color (decimal): -9088169 or 5722997. OLE color: 5722997.

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

Color convert

RGB1178387-
CMYK00.290.260.54
HSL352.94º17%39.22%-
HSV(B)352.94º29.06%45.88%-
XYZ12.1510.6610.43-
YUV93.62124.26144.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=40.77%
G=28.92%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117838700.290.260.54352.941739.22
Hex75535701D1A361611127
Octal16512312703532665412147
Binary1110101101001110101110111011101011011010110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755357; }

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

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

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

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

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

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

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

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