#7F825D

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

Shades of Finch #7F825D

Tints of Finch #7F825D

Color information

#7F825D (or 0x7F825D) is unknown color: approx Finch. HEX triplet: 7F, 82 and 5D. RGB value is (127,130,93). Sum of RGB (Red+Green+Blue) = 127+130+93=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #7F825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F825D is #807DA2. Grayscale: #7D7D7D. Windows color (decimal): -8420771 or 6128255. OLE color: 6128255.

HSL color Cylindrical-coordinate representation of color #7F825D: hue angle of 64.86º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F825D is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB12713093-
CMYK0.0200.280.49
HSL64.86º16.59%43.73%-
HSV(B)64.86º28.46%50.98%-
XYZ18.7121.2713.47-
YUV124.88110.01129.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=36.29%
G=37.14%
B=26.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130930.0200.280.4964.8616.5943.73
Hex7F825D201C3141112c
Octal1772021352034611012154
Binary111111110000010101110110011100110001100000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F825D; }

 p { color: rgb(127,130,93); }

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

<style>
 a { background-color: #7F825D; }

 a { background-color: rgb(127,130,93); }

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

<style>
 span { border-color: #7F825D; }

 span { border-color: rgb(127,130,93); }

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