#745558

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

Shades of Falcon #745558

Tints of Falcon #745558

Color information

#745558 (or 0x745558) is unknown color: approx Falcon. HEX triplet: 74, 55 and 58. RGB value is (116,85,88). Sum of RGB (Red+Green+Blue) = 116+85+88=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745558 is #8BAAA7. Grayscale: #5E5E5E. Windows color (decimal): -9153192 or 5789044. OLE color: 5789044.

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

Color convert

RGB1168588-
CMYK00.270.240.55
HSL354.19º15.42%39.41%-
HSV(B)354.19º26.72%45.49%-
XYZ12.2110.9110.7-
YUV94.61124.27143.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=40.14%
G=29.41%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116858800.270.240.55354.1915.4239.41
Hex74555801B1837162f27
Octal16412513003330675421747
Binary111010010101011011000011011110001101111011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745558; }

 p { color: rgb(116,85,88); }

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

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

 a { background-color: rgb(116,85,88); }

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

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

 span { border-color: rgb(116,85,88); }

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