#765B60

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

Shades of Falcon #765B60

Tints of Falcon #765B60

Color information

#765B60 (or 0x765B60) is unknown color: approx Falcon. HEX triplet: 76, 5B and 60. RGB value is (118,91,96). Sum of RGB (Red+Green+Blue) = 118+91+96=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B60 is #89A49F. Grayscale: #636363. Windows color (decimal): -9020576 or 6314870. OLE color: 6314870.

HSL color Cylindrical-coordinate representation of color #765B60: hue angle of 348.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B60 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1189196-
CMYK00.230.190.54
HSL348.89º12.92%40.98%-
HSV(B)348.89º22.88%46.27%-
XYZ13.3212.1812.71-
YUV99.64125.95141.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=38.69%
G=29.84%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118919600.230.190.54348.8912.9240.98
Hex765B60017133615dd29
Octal16613314002723665351551
Binary111011010110111100000010111100111101101010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765B60; }

 p { color: rgb(118,91,96); }

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

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

 a { background-color: rgb(118,91,96); }

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

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

 span { border-color: rgb(118,91,96); }

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