#7B8162

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

Shades of Finch #7B8162

Tints of Finch #7B8162

Color information

#7B8162 (or 0x7B8162) is unknown color: approx Finch. HEX triplet: 7B, 81 and 62. RGB value is (123,129,98). Sum of RGB (Red+Green+Blue) = 123+129+98=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8162 is #847E9D. Grayscale: #7B7B7B. Windows color (decimal): -8683166 or 6455675. OLE color: 6455675.

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

Color convert

RGB12312998-
CMYK0.0500.240.49
HSL71.61º13.66%44.51%-
HSV(B)71.61º24.03%50.59%-
XYZ18.2220.7914.61-
YUV123.67113.51127.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 98 (38.67% from 255) = 28%
R=35.14%
G=36.86%
B=28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123129980.0500.240.4971.6113.6644.51
Hex7B816250183148e2d
Octal1732011425030611101655
Binary111101110000001110001010101100011000110010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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