#76595E

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

Shades of Falcon #76595E

Tints of Falcon #76595E

Color information

#76595E (or 0x76595E) is unknown color: approx Falcon. HEX triplet: 76, 59 and 5E. RGB value is (118,89,94). Sum of RGB (Red+Green+Blue) = 118+89+94=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595E is #89A6A1. Grayscale: #626262. Windows color (decimal): -9021090 or 6183286. OLE color: 6183286.

HSL color Cylindrical-coordinate representation of color #76595E: hue angle of 349.66º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76595E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1188994-
CMYK00.250.200.54
HSL349.66º14.01%40.59%-
HSV(B)349.66º24.58%46.27%-
XYZ13.0611.812.18-
YUV98.24125.61142.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=39.20%
G=29.57%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118899400.250.200.54349.6614.0140.59
Hex76595E019143615ee29
Octal16613113603124665361651
Binary111011010110011011110011001101001101101010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76595E; }

 p { color: rgb(118,89,94); }

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

<style>
 a { background-color: #76595E; }

 a { background-color: rgb(118,89,94); }

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

<style>
 span { border-color: #76595E; }

 span { border-color: rgb(118,89,94); }

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