#76775F

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

Shades of Finch #76775F

Tints of Finch #76775F

Color information

#76775F (or 0x76775F) is unknown color: approx Finch. HEX triplet: 76, 77 and 5F. RGB value is (118,119,95). Sum of RGB (Red+Green+Blue) = 118+119+95=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #76775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775F is #8988A0. Grayscale: #747474. Windows color (decimal): -9013409 or 6256502. OLE color: 6256502.

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

Color convert

RGB11811995-
CMYK0.0100.200.53
HSL62.5º11.21%41.96%-
HSV(B)62.5º20.17%46.67%-
XYZ16.1317.8713.43-
YUV115.96116.17129.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=35.54%
G=35.84%
B=28.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119950.0100.200.5362.511.2141.96
Hex76775F1014353eb2a
Octal166167137102465761352
Binary11101101110111101111110101001101011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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