#76884A

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

Shades of Finch #76884A

Tints of Finch #76884A

Color information

#76884A (or 0x76884A) is unknown color: approx Finch. HEX triplet: 76, 88 and 4A. RGB value is (118,136,74). Sum of RGB (Red+Green+Blue) = 118+136+74=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #76884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76884A is #8977B5. Grayscale: #7B7B7B. Windows color (decimal): -9009078 or 4884598. OLE color: 4884598.

HSL color Cylindrical-coordinate representation of color #76884A: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76884A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11813674-
CMYK0.1300.460.47
HSL77.42º29.52%41.18%-
HSV(B)77.42º45.59%53.33%-
XYZ17.5121.959.79-
YUV123.55100.04124.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=35.98%
G=41.46%
B=22.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136740.1300.460.4777.4229.5241.18
Hex76884AD02E2F4d1e29
Octal16621011215056571153651
Binary111011010001000100101011010101110101111100110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,136,74); }

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

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

 a { background-color: rgb(118,136,74); }

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

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

 span { border-color: rgb(118,136,74); }

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