#765C60

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

Shades of Falcon #765C60

Tints of Falcon #765C60

Color information

#765C60 (or 0x765C60) is unknown color: approx Falcon. HEX triplet: 76, 5C and 60. RGB value is (118,92,96). Sum of RGB (Red+Green+Blue) = 118+92+96=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C60 is #89A39F. Grayscale: #646464. Windows color (decimal): -9020320 or 6315126. OLE color: 6315126.

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

Color convert

RGB1189296-
CMYK00.220.190.54
HSL350.77º12.38%41.18%-
HSV(B)350.77º22.03%46.27%-
XYZ13.4112.3512.74-
YUV100.23125.61140.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=38.56%
G=30.07%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118929600.220.190.54350.7712.3841.18
Hex765C60016133615fc29
Octal16613414002623665371451
Binary111011010111001100000010110100111101101010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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