#765E61

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

Shades of Falcon #765E61

Tints of Falcon #765E61

Color information

#765E61 (or 0x765E61) is unknown color: approx Falcon. HEX triplet: 76, 5E and 61. RGB value is (118,94,97). Sum of RGB (Red+Green+Blue) = 118+94+97=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E61 is #89A19E. Grayscale: #656565. Windows color (decimal): -9019807 or 6381174. OLE color: 6381174.

HSL color Cylindrical-coordinate representation of color #765E61: hue angle of 352.5º 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 #765E61 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1189497-
CMYK00.200.180.54
HSL352.5º11.32%41.57%-
HSV(B)352.5º20.34%46.27%-
XYZ13.6312.7213.05-
YUV101.52125.45139.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=38.19%
G=30.42%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118949700.200.180.54352.511.3241.57
Hex765E610141236160b2a
Octal16613614102422665401352
Binary111011010111101100001010100100101101101011000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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