#7B7F58

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

Shades of Finch #7B7F58

Tints of Finch #7B7F58

Color information

#7B7F58 (or 0x7B7F58) is unknown color: approx Finch. HEX triplet: 7B, 7F and 58. RGB value is (123,127,88). Sum of RGB (Red+Green+Blue) = 123+127+88=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F58 is #8480A7. Grayscale: #797979. Windows color (decimal): -8683688 or 5799803. OLE color: 5799803.

HSL color Cylindrical-coordinate representation of color #7B7F58: hue angle of 66.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B7F58 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB12312788-
CMYK0.0300.310.50
HSL66.15º18.14%42.16%-
HSV(B)66.15º30.71%49.8%-
XYZ17.5220.0912.19-
YUV121.36109.17129.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=36.39%
G=37.57%
B=26.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123127880.0300.310.5066.1518.1442.16
Hex7B7F58301F3242122a
Octal1731771303037621022252
Binary11110111111111101100011011111110010100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,127,88); }

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

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

 a { background-color: rgb(123,127,88); }

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

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

 span { border-color: rgb(123,127,88); }

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