#76575E

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

Shades of Falcon #76575E

Tints of Falcon #76575E

Color information

#76575E (or 0x76575E) is unknown color: approx Falcon. HEX triplet: 76, 57 and 5E. RGB value is (118,87,94). Sum of RGB (Red+Green+Blue) = 118+87+94=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575E is #89A8A1. Grayscale: #616161. Windows color (decimal): -9021602 or 6182774. OLE color: 6182774.

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

Color convert

RGB1188794-
CMYK00.260.200.54
HSL346.45º15.12%40.2%-
HSV(B)346.45º26.27%46.27%-
XYZ12.911.4812.12-
YUV97.07126.27142.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=39.46%
G=29.10%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118879400.260.200.54346.4515.1240.2
Hex76575E01A143615af28
Octal16612713603224665321750
Binary111011010101111011110011010101001101101010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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