#745054

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

Shades of Falcon #745054

Tints of Falcon #745054

Color information

#745054 (or 0x745054) is unknown color: approx Falcon. HEX triplet: 74, 50 and 54. RGB value is (116,80,84). Sum of RGB (Red+Green+Blue) = 116+80+84=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745054 is #8BAFAB. Grayscale: #5B5B5B. Windows color (decimal): -9154476 or 5525620. OLE color: 5525620.

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

Color convert

RGB1168084-
CMYK00.310.280.55
HSL353.33º18.37%38.43%-
HSV(B)353.33º31.03%45.49%-
XYZ11.6710.099.72-
YUV91.22123.93145.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 30%
R=41.43%
G=28.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116808400.310.280.55353.3318.3738.43
Hex74505401F1C371611226
Octal16412012403734675412246
Binary1110100101000010101000111111110011011110110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745054; }

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

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

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

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

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

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

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

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