#7B8560

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

Shades of Finch #7B8560

Tints of Finch #7B8560

Color information

#7B8560 (or 0x7B8560) is unknown color: approx Finch. HEX triplet: 7B, 85 and 60. RGB value is (123,133,96). Sum of RGB (Red+Green+Blue) = 123+133+96=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8560 is #847A9F. Grayscale: #7D7D7D. Windows color (decimal): -8682144 or 6325627. OLE color: 6325627.

HSL color Cylindrical-coordinate representation of color #7B8560: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B8560 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB12313396-
CMYK0.0800.280.48
HSL76.22º16.16%44.9%-
HSV(B)76.22º27.82%52.16%-
XYZ18.6721.8314.3-
YUV125.79111.19126.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=34.94%
G=37.78%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133960.0800.280.4876.2216.1644.9
Hex7B8560801C304c102d
Octal17320514010034601142055
Binary11110111000010111000001000011100110000100110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,96); }

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

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

 a { background-color: rgb(123,133,96); }

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

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

 span { border-color: rgb(123,133,96); }

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