#7F825C

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

Shades of Finch #7F825C

Tints of Finch #7F825C

Color information

#7F825C (or 0x7F825C) is unknown color: approx Finch. HEX triplet: 7F, 82 and 5C. RGB value is (127,130,92). Sum of RGB (Red+Green+Blue) = 127+130+92=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #7F825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F825C is #807DA3. Grayscale: #7C7C7C. Windows color (decimal): -8420772 or 6062719. OLE color: 6062719.

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

Color convert

RGB12713092-
CMYK0.0200.290.49
HSL64.74º17.12%43.53%-
HSV(B)64.74º29.23%50.98%-
XYZ18.6721.2513.24-
YUV124.77109.51129.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=36.39%
G=37.25%
B=26.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130920.0200.290.4964.7417.1243.53
Hex7F825C201D3141112c
Octal1772021342035611012154
Binary111111110000010101110010011101110001100000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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