#76864E

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

Shades of Finch #76864E

Tints of Finch #76864E

Color information

#76864E (or 0x76864E) is unknown color: approx Finch. HEX triplet: 76, 86 and 4E. RGB value is (118,134,78). Sum of RGB (Red+Green+Blue) = 118+134+78=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #76864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76864E is #8979B1. Grayscale: #7B7B7B. Windows color (decimal): -9009586 or 5146230. OLE color: 5146230.

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

Color convert

RGB11813478-
CMYK0.1200.420.47
HSL77.14º26.42%41.57%-
HSV(B)77.14º41.79%52.55%-
XYZ17.3721.4510.43-
YUV122.83102.7124.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=35.76%
G=40.61%
B=23.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134780.1200.420.4777.1426.4241.57
Hex76864EC02A2F4d1a2a
Octal16620611614052571153252
Binary111011010000110100111011000101010101111100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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