#7A7C47

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

Shades of Finch #7A7C47

Tints of Finch #7A7C47

Color information

#7A7C47 (or 0x7A7C47) is unknown color: approx Finch. HEX triplet: 7A, 7C and 47. RGB value is (122,124,71). Sum of RGB (Red+Green+Blue) = 122+124+71=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C47 is #8583B8. Grayscale: #757575. Windows color (decimal): -8750009 or 4684922. OLE color: 4684922.

HSL color Cylindrical-coordinate representation of color #7A7C47: hue angle of 62.26º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A7C47 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12212471-
CMYK0.0200.430.51
HSL62.26º27.18%38.24%-
HSV(B)62.26º42.74%48.63%-
XYZ16.3719.018.77-
YUV117.36101.84131.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=38.49%
G=39.12%
B=22.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122124710.0200.430.5162.2627.1838.24
Hex7A7C47202B333e1b26
Octal172174107205363763346
Binary11110101111100100011110010101111001111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,124,71); }

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

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

 a { background-color: rgb(122,124,71); }

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

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

 span { border-color: rgb(122,124,71); }

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