#745859

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

Shades of Falcon #745859

Tints of Falcon #745859

Color information

#745859 (or 0x745859) is unknown color: approx Falcon. HEX triplet: 74, 58 and 59. RGB value is (116,88,89). Sum of RGB (Red+Green+Blue) = 116+88+89=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #745859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745859 is #8BA7A6. Grayscale: #606060. Windows color (decimal): -9152423 or 5855348. OLE color: 5855348.

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

Color convert

RGB1168889-
CMYK00.240.230.55
HSL357.86º13.73%40%-
HSV(B)357.86º24.14%45.49%-
XYZ12.511.4111-
YUV96.49123.78141.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=39.59%
G=30.03%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116888900.240.230.55357.8613.7340
Hex7458590181737166e28
Octal16413013103027675461650
Binary111010010110001011001011000101111101111011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745859; }

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

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

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

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

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

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

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

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