#76864A

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

Shades of Finch #76864A

Tints of Finch #76864A

Color information

#76864A (or 0x76864A) is unknown color: approx Finch. HEX triplet: 76, 86 and 4A. RGB value is (118,134,74). Sum of RGB (Red+Green+Blue) = 118+134+74=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #76864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76864A is #8979B5. Grayscale: #7A7A7A. Windows color (decimal): -9009590 or 4884086. OLE color: 4884086.

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

Color convert

RGB11813474-
CMYK0.1200.450.47
HSL76º28.85%40.78%-
HSV(B)76º44.78%52.55%-
XYZ17.2321.49.7-
YUV122.38100.7124.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=36.20%
G=41.10%
B=22.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134740.1200.450.477628.8540.78
Hex76864AC02D2F4c1d29
Octal16620611214055571143551
Binary111011010000110100101011000101101101111100110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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