#7F895A

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

Shades of Finch #7F895A

Tints of Finch #7F895A

Color information

#7F895A (or 0x7F895A) is unknown color: approx Finch. HEX triplet: 7F, 89 and 5A. RGB value is (127,137,90). Sum of RGB (Red+Green+Blue) = 127+137+90=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #7F895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F895A is #8076A5. Grayscale: #808080. Windows color (decimal): -8418982 or 5933439. OLE color: 5933439.

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

Color convert

RGB12713790-
CMYK0.0700.340.46
HSL72.77º20.7%44.51%-
HSV(B)72.77º34.31%53.73%-
XYZ19.5423.1413.11-
YUV128.65106.19126.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=35.88%
G=38.70%
B=25.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137900.0700.340.4672.7720.744.51
Hex7F895A70222E49152d
Octal1772111327042561112555
Binary11111111000100110110101110100010101110100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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