#765B5C

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

Shades of Falcon #765B5C

Tints of Falcon #765B5C

Color information

#765B5C (or 0x765B5C) is unknown color: approx Falcon. HEX triplet: 76, 5B and 5C. RGB value is (118,91,92). Sum of RGB (Red+Green+Blue) = 118+91+92=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B5C is #89A4A3. Grayscale: #636363. Windows color (decimal): -9020580 or 6052726. OLE color: 6052726.

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

Color convert

RGB1189192-
CMYK00.230.220.54
HSL357.78º12.92%40.98%-
HSV(B)357.78º22.88%46.27%-
XYZ13.1412.1111.77-
YUV99.19123.95141.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=39.20%
G=30.23%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118919200.230.220.54357.7812.9240.98
Hex765B5C0171636166d29
Octal16613313402726665461551
Binary111011010110111011100010111101101101101011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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