#765E60

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

Shades of Falcon #765E60

Tints of Falcon #765E60

Color information

#765E60 (or 0x765E60) is unknown color: approx Falcon. HEX triplet: 76, 5E and 60. RGB value is (118,94,96). Sum of RGB (Red+Green+Blue) = 118+94+96=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E60 is #89A19F. Grayscale: #656565. Windows color (decimal): -9019808 or 6315638. OLE color: 6315638.

HSL color Cylindrical-coordinate representation of color #765E60: hue angle of 355º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E60 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1189496-
CMYK00.200.190.54
HSL355º11.32%41.57%-
HSV(B)355º20.34%46.27%-
XYZ13.5912.712.8-
YUV101.4124.95139.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=38.31%
G=30.52%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118949600.200.190.5435511.3241.57
Hex765E600141336163b2a
Octal16613614002423665431352
Binary111011010111101100000010100100111101101011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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