#76825B

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

Shades of Finch #76825B

Tints of Finch #76825B

Color information

#76825B (or 0x76825B) is unknown color: approx Finch. HEX triplet: 76, 82 and 5B. RGB value is (118,130,91). Sum of RGB (Red+Green+Blue) = 118+130+91=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #76825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76825B is #897DA4. Grayscale: #7A7A7A. Windows color (decimal): -9010597 or 5997174. OLE color: 5997174.

HSL color Cylindrical-coordinate representation of color #76825B: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76825B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11813091-
CMYK0.0900.300.49
HSL78.46º17.65%43.33%-
HSV(B)78.46º30%50.98%-
XYZ17.3420.5712.95-
YUV121.97110.52125.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=34.81%
G=38.35%
B=26.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130910.0900.300.4978.4617.6543.33
Hex76825B901E314e122b
Octal16620213311036611162253
Binary11101101000001010110111001011110110001100111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76825B; }

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

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

<style>
 a { background-color: #76825B; }

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

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

<style>
 span { border-color: #76825B; }

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

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