#76575D

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

Shades of Falcon #76575D

Tints of Falcon #76575D

Color information

#76575D (or 0x76575D) is unknown color: approx Falcon. HEX triplet: 76, 57 and 5D. RGB value is (118,87,93). Sum of RGB (Red+Green+Blue) = 118+87+93=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575D is #89A8A2. Grayscale: #606060. Windows color (decimal): -9021603 or 6117238. OLE color: 6117238.

HSL color Cylindrical-coordinate representation of color #76575D: hue angle of 348.39º 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 #76575D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1188793-
CMYK00.260.210.54
HSL348.39º15.12%40.2%-
HSV(B)348.39º26.27%46.27%-
XYZ12.8611.4611.89-
YUV96.95125.77143.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=39.60%
G=29.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118879300.260.210.54348.3915.1240.2
Hex76575D01A153615cf28
Octal16612713503225665341750
Binary111011010101111011101011010101011101101010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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