#754F55

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

Shades of Falcon #754F55

Tints of Falcon #754F55

Color information

#754F55 (or 0x754F55) is unknown color: approx Falcon. HEX triplet: 75, 4F and 55. RGB value is (117,79,85). Sum of RGB (Red+Green+Blue) = 117+79+85=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #754F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F55 is #8AB0AA. Grayscale: #5B5B5B. Windows color (decimal): -9089195 or 5590901. OLE color: 5590901.

HSL color Cylindrical-coordinate representation of color #754F55: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F55 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1177985-
CMYK00.320.270.54
HSL350.53º19.39%38.43%-
HSV(B)350.53º32.48%45.88%-
XYZ11.7710.039.91-
YUV91.05124.59146.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=41.64%
G=28.11%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117798500.320.270.54350.5319.3938.43
Hex754F550201B3615f1326
Octal16511712504033665372346
Binary11101011001111101010101000001101111011010101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F55; }

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

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

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

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

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

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

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

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