#7F824B

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

Shades of Finch #7F824B

Tints of Finch #7F824B

Color information

#7F824B (or 0x7F824B) is unknown color: approx Finch. HEX triplet: 7F, 82 and 4B. RGB value is (127,130,75). Sum of RGB (Red+Green+Blue) = 127+130+75=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #7F824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F824B is #807DB4. Grayscale: #7B7B7B. Windows color (decimal): -8420789 or 4948607. OLE color: 4948607.

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

Color convert

RGB12713075-
CMYK0.0200.420.49
HSL63.27º26.83%40.2%-
HSV(B)63.27º42.31%50.98%-
XYZ18.0120.999.76-
YUV122.83101.01130.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=38.25%
G=39.16%
B=22.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130750.0200.420.4963.2726.8340.2
Hex7F824B202A313f1b28
Octal177202113205261773350
Binary111111110000010100101110010101011000111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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