#76585C

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

Shades of Falcon #76585C

Tints of Falcon #76585C

Color information

#76585C (or 0x76585C) is unknown color: approx Falcon. HEX triplet: 76, 58 and 5C. RGB value is (118,88,92). Sum of RGB (Red+Green+Blue) = 118+88+92=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585C is #89A7A3. Grayscale: #616161. Windows color (decimal): -9021348 or 6051958. OLE color: 6051958.

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

Color convert

RGB1188892-
CMYK00.250.220.54
HSL352º14.56%40.39%-
HSV(B)352º25.42%46.27%-
XYZ12.8911.611.69-
YUV97.43124.94142.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=39.60%
G=29.53%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118889200.250.220.5435214.5640.39
Hex76585C0191636160f28
Octal16613013403126665401750
Binary111011010110001011100011001101101101101011000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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