#765B5F

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

Shades of Falcon #765B5F

Tints of Falcon #765B5F

Color information

#765B5F (or 0x765B5F) is unknown color: approx Falcon. HEX triplet: 76, 5B and 5F. RGB value is (118,91,95). Sum of RGB (Red+Green+Blue) = 118+91+95=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B5F is #89A4A0. Grayscale: #636363. Windows color (decimal): -9020577 or 6249334. OLE color: 6249334.

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

Color convert

RGB1189195-
CMYK00.230.190.54
HSL351.11º12.92%40.98%-
HSV(B)351.11º22.88%46.27%-
XYZ13.2812.1612.47-
YUV99.53125.45141.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=38.82%
G=29.93%
B=31.25%

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
Decimal118919500.230.190.54351.1112.9240.98
Hex765B5F017133615fd29
Octal16613313702723665371551
Binary111011010110111011111010111100111101101010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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