#76585F

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

Shades of Falcon #76585F

Tints of Falcon #76585F

Color information

#76585F (or 0x76585F) is unknown color: approx Falcon. HEX triplet: 76, 58 and 5F. RGB value is (118,88,95). Sum of RGB (Red+Green+Blue) = 118+88+95=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585F is #89A7A0. Grayscale: #616161. Windows color (decimal): -9021345 or 6248566. OLE color: 6248566.

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

Color convert

RGB1188895-
CMYK00.250.190.54
HSL346º14.56%40.39%-
HSV(B)346º25.42%46.27%-
XYZ13.0311.6612.39-
YUV97.77126.44142.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=39.20%
G=29.24%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118889500.250.190.5434614.5640.39
Hex76585F019133615af28
Octal16613013703123665321750
Binary111011010110001011111011001100111101101010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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