#7B7F61

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

Shades of Finch #7B7F61

Tints of Finch #7B7F61

Color information

#7B7F61 (or 0x7B7F61) is unknown color: approx Finch. HEX triplet: 7B, 7F and 61. RGB value is (123,127,97). Sum of RGB (Red+Green+Blue) = 123+127+97=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F61 is #84809E. Grayscale: #7A7A7A. Windows color (decimal): -8683679 or 6389627. OLE color: 6389627.

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

Color convert

RGB12312797-
CMYK0.0300.240.50
HSL68º13.39%43.92%-
HSV(B)68º23.62%49.8%-
XYZ17.9220.2514.27-
YUV122.38113.67128.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=35.45%
G=36.60%
B=27.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123127970.0300.240.506813.3943.92
Hex7B7F6130183244d2c
Octal1731771413030621041554
Binary1111011111111111000011101100011001010001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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