#76535B

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

Shades of Falcon #76535B

Tints of Falcon #76535B

Color information

#76535B (or 0x76535B) is unknown color: approx Falcon. HEX triplet: 76, 53 and 5B. RGB value is (118,83,91). Sum of RGB (Red+Green+Blue) = 118+83+91=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535B is #89ACA4. Grayscale: #5E5E5E. Windows color (decimal): -9022629 or 5985142. OLE color: 5985142.

HSL color Cylindrical-coordinate representation of color #76535B: hue angle of 346.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1188391-
CMYK00.300.230.54
HSL346.29º17.41%39.41%-
HSV(B)346.29º29.66%46.27%-
XYZ12.4510.7911.32-
YUV94.38126.1144.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=40.41%
G=28.42%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118839100.300.230.54346.2917.4139.41
Hex76535B01E173615a1127
Octal16612313303627665322147
Binary1110110101001110110110111101011111011010101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76535B; }

 p { color: rgb(118,83,91); }

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

<style>
 a { background-color: #76535B; }

 a { background-color: rgb(118,83,91); }

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

<style>
 span { border-color: #76535B; }

 span { border-color: rgb(118,83,91); }

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