#7B865F

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

Shades of Finch #7B865F

Tints of Finch #7B865F

Color information

#7B865F (or 0x7B865F) is unknown color: approx Finch. HEX triplet: 7B, 86 and 5F. RGB value is (123,134,95). Sum of RGB (Red+Green+Blue) = 123+134+95=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #7B865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B865F is #8479A0. Grayscale: #7E7E7E. Windows color (decimal): -8681889 or 6260347. OLE color: 6260347.

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

Color convert

RGB12313495-
CMYK0.0800.290.47
HSL76.92º17.03%44.9%-
HSV(B)76.92º29.1%52.55%-
XYZ18.7622.0914.1-
YUV126.26110.36125.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=34.94%
G=38.07%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123134950.0800.290.4776.9217.0344.9
Hex7B865F801D2F4d112d
Octal17320613710035571152155
Binary11110111000011010111111000011101101111100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,134,95); }

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

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

 a { background-color: rgb(123,134,95); }

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

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

 span { border-color: rgb(123,134,95); }

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