#745154

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

Shades of Falcon #745154

Tints of Falcon #745154

Color information

#745154 (or 0x745154) is unknown color: approx Falcon. HEX triplet: 74, 51 and 54. RGB value is (116,81,84). Sum of RGB (Red+Green+Blue) = 116+81+84=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745154 is #8BAEAB. Grayscale: #5B5B5B. Windows color (decimal): -9154220 or 5525876. OLE color: 5525876.

HSL color Cylindrical-coordinate representation of color #745154: hue angle of 354.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745154 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1168184-
CMYK00.300.280.55
HSL354.86º17.77%38.63%-
HSV(B)354.86º30.17%45.49%-
XYZ11.7510.249.74-
YUV91.81123.6145.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=41.28%
G=28.83%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818400.300.280.55354.8617.7738.63
Hex74515401E1C371631227
Octal16412112403634675432247
Binary1110100101000110101000111101110011011110110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745154; }

 p { color: rgb(116,81,84); }

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

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

 a { background-color: rgb(116,81,84); }

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

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

 span { border-color: rgb(116,81,84); }

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