#754D54

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

Shades of Falcon #754D54

Tints of Falcon #754D54

Color information

#754D54 (or 0x754D54) is unknown color: approx Falcon. HEX triplet: 75, 4D and 54. RGB value is (117,77,84). Sum of RGB (Red+Green+Blue) = 117+77+84=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D54 is #8AB2AB. Grayscale: #595959. Windows color (decimal): -9089708 or 5524853. OLE color: 5524853.

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

Color convert

RGB1177784-
CMYK00.340.280.54
HSL349.5º20.62%38.04%-
HSV(B)349.5º34.19%45.88%-
XYZ11.599.739.65-
YUV89.76124.75147.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=42.09%
G=27.70%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117778400.340.280.54349.520.6238.04
Hex754D540221C3615e1526
Octal16511512404234665362546
Binary11101011001101101010001000101110011011010101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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