#745158

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

Shades of Falcon #745158

Tints of Falcon #745158

Color information

#745158 (or 0x745158) is unknown color: approx Falcon. HEX triplet: 74, 51 and 58. RGB value is (116,81,88). Sum of RGB (Red+Green+Blue) = 116+81+88=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745158 is #8BAEA7. Grayscale: #5C5C5C. Windows color (decimal): -9154216 or 5788020. OLE color: 5788020.

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

Color convert

RGB1168188-
CMYK00.300.240.55
HSL348º17.77%38.63%-
HSV(B)348º30.17%45.49%-
XYZ11.9110.310.59-
YUV92.26125.6144.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=40.70%
G=28.42%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818800.300.240.5534817.7738.63
Hex74515801E183715c1227
Octal16412113003630675342247
Binary1110100101000110110000111101100011011110101110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745158; }

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

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

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

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

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

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

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

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