#76834E

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

Shades of Finch #76834E

Tints of Finch #76834E

Color information

#76834E (or 0x76834E) is unknown color: approx Finch. HEX triplet: 76, 83 and 4E. RGB value is (118,131,78). Sum of RGB (Red+Green+Blue) = 118+131+78=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #76834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76834E is #897CB1. Grayscale: #797979. Windows color (decimal): -9010354 or 5145462. OLE color: 5145462.

HSL color Cylindrical-coordinate representation of color #76834E: hue angle of 74.72º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76834E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11813178-
CMYK0.1000.400.49
HSL74.72º25.36%40.98%-
HSV(B)74.72º40.46%51.37%-
XYZ16.9620.6310.3-
YUV121.07103.69125.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=36.09%
G=40.06%
B=23.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131780.1000.400.4974.7225.3640.98
Hex76834EA028314b1929
Octal16620311612050611133151
Binary111011010000011100111010100101000110001100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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