#76565D

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

Shades of Falcon #76565D

Tints of Falcon #76565D

Color information

#76565D (or 0x76565D) is unknown color: approx Falcon. HEX triplet: 76, 56 and 5D. RGB value is (118,86,93). Sum of RGB (Red+Green+Blue) = 118+86+93=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76565D is #89A9A2. Grayscale: #606060. Windows color (decimal): -9021859 or 6116982. OLE color: 6116982.

HSL color Cylindrical-coordinate representation of color #76565D: hue angle of 346.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76565D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1188693-
CMYK00.270.210.54
HSL346.88º15.69%40%-
HSV(B)346.88º27.12%46.27%-
XYZ12.7711.311.86-
YUV96.37126.1143.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=39.73%
G=28.96%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118869300.270.210.54346.8815.6940
Hex76565D01B153615b1028
Octal16612613503325665332050
Binary1110110101011010111010110111010111011010101101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76565D; }

 p { color: rgb(118,86,93); }

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

<style>
 a { background-color: #76565D; }

 a { background-color: rgb(118,86,93); }

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

<style>
 span { border-color: #76565D; }

 span { border-color: rgb(118,86,93); }

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