#7F8755

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

Shades of Finch #7F8755

Tints of Finch #7F8755

Color information

#7F8755 (or 0x7F8755) is unknown color: approx Finch. HEX triplet: 7F, 87 and 55. RGB value is (127,135,85). Sum of RGB (Red+Green+Blue) = 127+135+85=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8755 is #8078AA. Grayscale: #7F7F7F. Windows color (decimal): -8419499 or 5605247. OLE color: 5605247.

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

Color convert

RGB12713585-
CMYK0.0600.370.47
HSL69.6º22.73%43.14%-
HSV(B)69.6º37.04%52.94%-
XYZ19.0622.511.93-
YUV126.91104.35128.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=36.60%
G=38.90%
B=24.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135850.0600.370.4769.622.7343.14
Hex7F875560252F46172b
Octal1772071256045571062753
Binary11111111000011110101011100100101101111100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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