#765A5C

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

Shades of Falcon #765A5C

Tints of Falcon #765A5C

Color information

#765A5C (or 0x765A5C) is unknown color: approx Falcon. HEX triplet: 76, 5A and 5C. RGB value is (118,90,92). Sum of RGB (Red+Green+Blue) = 118+90+92=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A5C is #89A5A3. Grayscale: #626262. Windows color (decimal): -9020836 or 6052470. OLE color: 6052470.

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

Color convert

RGB1189092-
CMYK00.240.220.54
HSL355.71º13.46%40.78%-
HSV(B)355.71º23.73%46.27%-
XYZ13.0611.9411.74-
YUV98.6124.28141.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=39.33%
G=30%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118909200.240.220.54355.7113.4640.78
Hex765A5C0181636164d29
Octal16613213403026665441551
Binary111011010110101011100011000101101101101011001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,92); }

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

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

 a { background-color: rgb(118,90,92); }

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

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

 span { border-color: rgb(118,90,92); }

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