#755455

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

Shades of Falcon #755455

Tints of Falcon #755455

Color information

#755455 (or 0x755455) is unknown color: approx Falcon. HEX triplet: 75, 54 and 55. RGB value is (117,84,85). Sum of RGB (Red+Green+Blue) = 117+84+85=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755455 is #8AABAA. Grayscale: #5E5E5E. Windows color (decimal): -9087915 or 5592181. OLE color: 5592181.

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

Color convert

RGB1178485-
CMYK00.280.270.54
HSL358.18º16.42%39.41%-
HSV(B)358.18º28.21%45.88%-
XYZ12.1510.7810.03-
YUV93.98122.93144.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=40.91%
G=29.37%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117848500.280.270.54358.1816.4239.41
Hex75545501C1B361661027
Octal16512412503433665462047
Binary1110101101010010101010111001101111011010110011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755455; }

 p { color: rgb(117,84,85); }

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

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

 a { background-color: rgb(117,84,85); }

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

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

 span { border-color: rgb(117,84,85); }

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