#76595F

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

Shades of Falcon #76595F

Tints of Falcon #76595F

Color information

#76595F (or 0x76595F) is unknown color: approx Falcon. HEX triplet: 76, 59 and 5F. RGB value is (118,89,95). Sum of RGB (Red+Green+Blue) = 118+89+95=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #76595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595F is #89A6A0. Grayscale: #626262. Windows color (decimal): -9021089 or 6248822. OLE color: 6248822.

HSL color Cylindrical-coordinate representation of color #76595F: hue angle of 347.59º 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 #76595F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1188995-
CMYK00.250.190.54
HSL347.59º14.01%40.59%-
HSV(B)347.59º24.58%46.27%-
XYZ13.1111.8212.42-
YUV98.35126.11142.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=39.07%
G=29.47%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118899500.250.190.54347.5914.0140.59
Hex76595F019133615ce29
Octal16613113703123665341651
Binary111011010110011011111011001100111101101010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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