#7F895C

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

Shades of Finch #7F895C

Tints of Finch #7F895C

Color information

#7F895C (or 0x7F895C) is unknown color: approx Finch. HEX triplet: 7F, 89 and 5C. RGB value is (127,137,92). Sum of RGB (Red+Green+Blue) = 127+137+92=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #7F895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F895C is #8076A3. Grayscale: #818181. Windows color (decimal): -8418980 or 6064511. OLE color: 6064511.

HSL color Cylindrical-coordinate representation of color #7F895C: hue angle of 73.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F895C is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB12713792-
CMYK0.0700.330.46
HSL73.33º19.65%44.9%-
HSV(B)73.33º32.85%53.73%-
XYZ19.6323.1813.56-
YUV128.88107.19126.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=35.67%
G=38.48%
B=25.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137920.0700.330.4673.3319.6544.9
Hex7F895C70212E49142d
Octal1772111347041561112455
Binary11111111000100110111001110100001101110100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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