#7F875C

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

Shades of Finch #7F875C

Tints of Finch #7F875C

Color information

#7F875C (or 0x7F875C) is unknown color: approx Finch. HEX triplet: 7F, 87 and 5C. RGB value is (127,135,92). Sum of RGB (Red+Green+Blue) = 127+135+92=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #7F875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F875C is #8078A3. Grayscale: #7F7F7F. Windows color (decimal): -8419492 or 6063999. OLE color: 6063999.

HSL color Cylindrical-coordinate representation of color #7F875C: hue angle of 71.16º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F875C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB12713592-
CMYK0.0600.320.47
HSL71.16º18.94%44.51%-
HSV(B)71.16º31.85%52.94%-
XYZ19.3522.6113.47-
YUV127.71107.85127.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=35.88%
G=38.14%
B=25.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135920.0600.320.4771.1618.9444.51
Hex7F875C60202F47132d
Octal1772071346040571072355
Binary11111111000011110111001100100000101111100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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