#76775D

Color #76775D Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #76775D

Tints of Finch #76775D

Color information

#76775D (or 0x76775D) is unknown color: approx Finch. HEX triplet: 76, 77 and 5D. RGB value is (118,119,93). Sum of RGB (Red+Green+Blue) = 118+119+93=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #76775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775D is #8988A2. Grayscale: #737373. Windows color (decimal): -9013411 or 6125430. OLE color: 6125430.

HSL color Cylindrical-coordinate representation of color #76775D: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76775D is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11811993-
CMYK0.0100.220.53
HSL62.31º12.26%41.57%-
HSV(B)62.31º21.85%46.67%-
XYZ16.0417.8412.95-
YUV115.74115.17129.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=35.76%
G=36.06%
B=28.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119930.0100.220.5362.3112.2641.57
Hex76775D1016353ec2a
Octal166167135102665761452
Binary11101101110111101110110101101101011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76775D; }

 p { color: rgb(118,119,93); }

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

<style>
 a { background-color: #76775D; }

 a { background-color: rgb(118,119,93); }

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

<style>
 span { border-color: #76775D; }

 span { border-color: rgb(118,119,93); }

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