#745456

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

Shades of Falcon #745456

Tints of Falcon #745456

Color information

#745456 (or 0x745456) is unknown color: approx Falcon. HEX triplet: 74, 54 and 56. RGB value is (116,84,86). Sum of RGB (Red+Green+Blue) = 116+84+86=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745456 is #8BABA9. Grayscale: #5D5D5D. Windows color (decimal): -9153450 or 5657716. OLE color: 5657716.

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

Color convert

RGB1168486-
CMYK00.280.260.55
HSL356.25º16%39.22%-
HSV(B)356.25º27.59%45.49%-
XYZ12.0510.7310.24-
YUV93.8123.6143.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=40.56%
G=29.37%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116848600.280.260.55356.251639.22
Hex74545601C1A371641027
Octal16412412603432675442047
Binary1110100101010010101100111001101011011110110010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745456; }

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

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

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

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

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

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

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

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