#7F885E

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

Shades of Finch #7F885E

Tints of Finch #7F885E

Color information

#7F885E (or 0x7F885E) is unknown color: approx Finch. HEX triplet: 7F, 88 and 5E. RGB value is (127,136,94). Sum of RGB (Red+Green+Blue) = 127+136+94=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #7F885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F885E is #8077A1. Grayscale: #808080. Windows color (decimal): -8419234 or 6195327. OLE color: 6195327.

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

Color convert

RGB12713694-
CMYK0.0700.310.47
HSL72.86º18.26%45.1%-
HSV(B)72.86º30.88%53.33%-
XYZ19.5822.9313.98-
YUV128.52108.52126.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=35.57%
G=38.10%
B=26.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127136940.0700.310.4772.8618.2645.1
Hex7F885E701F2F49122d
Octal1772101367037571112255
Binary1111111100010001011110111011111101111100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,136,94); }

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

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

 a { background-color: rgb(127,136,94); }

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

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

 span { border-color: rgb(127,136,94); }

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