#765159

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

Shades of Falcon #765159

Tints of Falcon #765159

Color information

#765159 (or 0x765159) is unknown color: approx Falcon. HEX triplet: 76, 51 and 59. RGB value is (118,81,89). Sum of RGB (Red+Green+Blue) = 118+81+89=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765159 is #89AEA6. Grayscale: #5C5C5C. Windows color (decimal): -9023143 or 5853558. OLE color: 5853558.

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

Color convert

RGB1188189-
CMYK00.310.250.54
HSL347.03º18.59%39.02%-
HSV(B)347.03º31.36%46.27%-
XYZ12.2210.4610.83-
YUV92.98125.76145.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=40.97%
G=28.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118818900.310.250.54347.0318.5939.02
Hex76515901F193615b1327
Octal16612113103731665332347
Binary1110110101000110110010111111100111011010101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765159; }

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

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

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

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

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

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

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

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