#77825B

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

Shades of Finch #77825B

Tints of Finch #77825B

Color information

#77825B (or 0x77825B) is unknown color: approx Finch. HEX triplet: 77, 82 and 5B. RGB value is (119,130,91). Sum of RGB (Red+Green+Blue) = 119+130+91=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #77825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77825B is #887DA4. Grayscale: #7A7A7A. Windows color (decimal): -8945061 or 5997175. OLE color: 5997175.

HSL color Cylindrical-coordinate representation of color #77825B: hue angle of 76.92º 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 #77825B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11913091-
CMYK0.0800.300.49
HSL76.92º17.65%43.33%-
HSV(B)76.92º30%50.98%-
XYZ17.4820.6412.96-
YUV122.26110.36125.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=35%
G=38.24%
B=26.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130910.0800.300.4976.9217.6543.33
Hex77825B801E314d122b
Octal16720213310036611152253
Binary11101111000001010110111000011110110001100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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