#7A854C

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

Shades of Finch #7A854C

Tints of Finch #7A854C

Color information

#7A854C (or 0x7A854C) is unknown color: approx Finch. HEX triplet: 7A, 85 and 4C. RGB value is (122,133,76). Sum of RGB (Red+Green+Blue) = 122+133+76=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #7A854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A854C is #857AB3. Grayscale: #7B7B7B. Windows color (decimal): -8747700 or 5014906. OLE color: 5014906.

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

Color convert

RGB12213376-
CMYK0.0800.430.48
HSL71.58º27.27%40.98%-
HSV(B)71.58º42.86%52.16%-
XYZ17.7221.4310.04-
YUV123.21101.36127.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=36.86%
G=40.18%
B=22.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122133760.0800.430.4871.5827.2740.98
Hex7A854C802B30481b29
Octal17220511410053601103351
Binary111101010000101100110010000101011110000100100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,76); }

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

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

 a { background-color: rgb(122,133,76); }

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

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

 span { border-color: rgb(122,133,76); }

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