#76585E

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

Shades of Falcon #76585E

Tints of Falcon #76585E

Color information

#76585E (or 0x76585E) is unknown color: approx Falcon. HEX triplet: 76, 58 and 5E. RGB value is (118,88,94). Sum of RGB (Red+Green+Blue) = 118+88+94=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585E is #89A7A1. Grayscale: #616161. Windows color (decimal): -9021346 or 6183030. OLE color: 6183030.

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

Color convert

RGB1188894-
CMYK00.250.200.54
HSL348º14.56%40.39%-
HSV(B)348º25.42%46.27%-
XYZ12.9811.6412.15-
YUV97.65125.94142.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=39.33%
G=29.33%
B=31.33%

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
Decimal118889400.250.200.5434814.5640.39
Hex76585E019143615cf28
Octal16613013603124665341750
Binary111011010110001011110011001101001101101010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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