#7F855B

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

Shades of Finch #7F855B

Tints of Finch #7F855B

Color information

#7F855B (or 0x7F855B) is unknown color: approx Finch. HEX triplet: 7F, 85 and 5B. RGB value is (127,133,91). Sum of RGB (Red+Green+Blue) = 127+133+91=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #7F855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F855B is #807AA4. Grayscale: #7E7E7E. Windows color (decimal): -8420005 or 5997951. OLE color: 5997951.

HSL color Cylindrical-coordinate representation of color #7F855B: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F855B is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12713391-
CMYK0.0500.320.48
HSL68.57º18.75%43.92%-
HSV(B)68.57º31.58%52.16%-
XYZ19.0322.0413.15-
YUV126.42108.01128.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.18%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=36.18%
G=37.89%
B=25.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127133910.0500.320.4868.5718.7543.92
Hex7F855B50203045132c
Octal1772051335040601052354
Binary11111111000010110110111010100000110000100010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,91); }

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

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

 a { background-color: rgb(127,133,91); }

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

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

 span { border-color: rgb(127,133,91); }

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