#755356

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

Shades of Falcon #755356

Tints of Falcon #755356

Color information

#755356 (or 0x755356) is unknown color: approx Falcon. HEX triplet: 75, 53 and 56. RGB value is (117,83,86). Sum of RGB (Red+Green+Blue) = 117+83+86=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755356 is #8AACA9. Grayscale: #5D5D5D. Windows color (decimal): -9088170 or 5657461. OLE color: 5657461.

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

Color convert

RGB1178386-
CMYK00.290.260.54
HSL354.71º17%39.22%-
HSV(B)354.71º29.06%45.88%-
XYZ12.1110.6410.22-
YUV93.51123.76144.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=40.91%
G=29.02%
B=30.07%

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
Decimal117838600.290.260.54354.711739.22
Hex75535601D1A361631127
Octal16512312603532665432147
Binary1110101101001110101100111011101011011010110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755356; }

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

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

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

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

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

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

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

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