#745458

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

Shades of Falcon #745458

Tints of Falcon #745458

Color information

#745458 (or 0x745458) is unknown color: approx Falcon. HEX triplet: 74, 54 and 58. RGB value is (116,84,88). Sum of RGB (Red+Green+Blue) = 116+84+88=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745458 is #8BABA7. Grayscale: #5E5E5E. Windows color (decimal): -9153448 or 5788788. OLE color: 5788788.

HSL color Cylindrical-coordinate representation of color #745458: hue angle of 352.5º 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 #745458 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1168488-
CMYK00.280.240.55
HSL352.5º16%39.22%-
HSV(B)352.5º27.59%45.49%-
XYZ12.1310.7610.67-
YUV94.02124.6143.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=40.28%
G=29.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116848800.280.240.55352.51639.22
Hex74545801C18371601027
Octal16412413003430675402047
Binary1110100101010010110000111001100011011110110000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745458; }

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

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

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

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

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

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

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

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