#7A7B56

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

Shades of Finch #7A7B56

Tints of Finch #7A7B56

Color information

#7A7B56 (or 0x7A7B56) is unknown color: approx Finch. HEX triplet: 7A, 7B and 56. RGB value is (122,123,86). Sum of RGB (Red+Green+Blue) = 122+123+86=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B56 is #8584A9. Grayscale: #767676. Windows color (decimal): -8750250 or 5667706. OLE color: 5667706.

HSL color Cylindrical-coordinate representation of color #7A7B56: hue angle of 61.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7B56 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12212386-
CMYK0.0100.300.52
HSL61.62º17.7%40.98%-
HSV(B)61.62º30.08%48.24%-
XYZ16.7918.9811.58-
YUV118.48109.67130.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=36.86%
G=37.16%
B=25.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122123860.0100.300.5261.6217.740.98
Hex7A7B56101E343e1229
Octal172173126103664762251
Binary111101011110111010110101111011010011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,86); }

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

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

 a { background-color: rgb(122,123,86); }

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

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

 span { border-color: rgb(122,123,86); }

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