#76824E

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

Shades of Finch #76824E

Tints of Finch #76824E

Color information

#76824E (or 0x76824E) is unknown color: approx Finch. HEX triplet: 76, 82 and 4E. RGB value is (118,130,78). Sum of RGB (Red+Green+Blue) = 118+130+78=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #76824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76824E is #897DB1. Grayscale: #787878. Windows color (decimal): -9010610 or 5145206. OLE color: 5145206.

HSL color Cylindrical-coordinate representation of color #76824E: hue angle of 73.85º 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 #76824E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11813078-
CMYK0.0900.400.49
HSL73.85º25%40.78%-
HSV(B)73.85º40%50.98%-
XYZ16.8320.3710.25-
YUV120.48104.02126.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=36.20%
G=39.88%
B=23.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130780.0900.400.4973.852540.78
Hex76824E9028314a1929
Octal16620211611050611123151
Binary111011010000010100111010010101000110001100101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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