#765459

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

Shades of Falcon #765459

Tints of Falcon #765459

Color information

#765459 (or 0x765459) is unknown color: approx Falcon. HEX triplet: 76, 54 and 59. RGB value is (118,84,89). Sum of RGB (Red+Green+Blue) = 118+84+89=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765459 is #89ABA6. Grayscale: #5E5E5E. Windows color (decimal): -9022375 or 5854326. OLE color: 5854326.

HSL color Cylindrical-coordinate representation of color #765459: hue angle of 351.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765459 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1188489-
CMYK00.290.250.54
HSL351.18º16.83%39.61%-
HSV(B)351.18º28.81%46.27%-
XYZ12.4410.9110.9-
YUV94.74124.76144.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=40.55%
G=28.87%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118848900.290.250.54351.1816.8339.61
Hex76545901D193615f1128
Octal16612413103531665372150
Binary1110110101010010110010111011100111011010101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765459; }

 p { color: rgb(118,84,89); }

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

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

 a { background-color: rgb(118,84,89); }

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

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

 span { border-color: rgb(118,84,89); }

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