#7B8161

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

Shades of Finch #7B8161

Tints of Finch #7B8161

Color information

#7B8161 (or 0x7B8161) is unknown color: approx Finch. HEX triplet: 7B, 81 and 61. RGB value is (123,129,97). Sum of RGB (Red+Green+Blue) = 123+129+97=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8161 is #847E9E. Grayscale: #7B7B7B. Windows color (decimal): -8683167 or 6390139. OLE color: 6390139.

HSL color Cylindrical-coordinate representation of color #7B8161: hue angle of 71.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B8161 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12312997-
CMYK0.0500.250.49
HSL71.25º14.16%44.31%-
HSV(B)71.25º24.81%50.59%-
XYZ18.1820.7714.36-
YUV123.56113.01127.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=35.24%
G=36.96%
B=27.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123129970.0500.250.4971.2514.1644.31
Hex7B816150193147e2c
Octal1732011415031611071654
Binary111101110000001110000110101100111000110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,129,97); }

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

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

 a { background-color: rgb(123,129,97); }

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

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

 span { border-color: rgb(123,129,97); }

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