#76585A

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

Shades of Falcon #76585A

Tints of Falcon #76585A

Color information

#76585A (or 0x76585A) is unknown color: approx Falcon. HEX triplet: 76, 58 and 5A. RGB value is (118,88,90). Sum of RGB (Red+Green+Blue) = 118+88+90=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585A is #89A7A5. Grayscale: #616161. Windows color (decimal): -9021350 or 5920886. OLE color: 5920886.

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

Color convert

RGB1188890-
CMYK00.250.240.54
HSL356º14.56%40.39%-
HSV(B)356º25.42%46.27%-
XYZ12.8111.5711.23-
YUV97.2123.94142.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=39.86%
G=29.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118889000.250.240.5435614.5640.39
Hex76585A0191836164f28
Octal16613013203130665441750
Binary111011010110001011010011001110001101101011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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