#7A7F45

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

Shades of Finch #7A7F45

Tints of Finch #7A7F45

Color information

#7A7F45 (or 0x7A7F45) is unknown color: approx Finch. HEX triplet: 7A, 7F and 45. RGB value is (122,127,69). Sum of RGB (Red+Green+Blue) = 122+127+69=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7F45 is #8580BA. Grayscale: #777777. Windows color (decimal): -8749243 or 4554618. OLE color: 4554618.

HSL color Cylindrical-coordinate representation of color #7A7F45: hue angle of 65.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A7F45 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB12212769-
CMYK0.0400.460.50
HSL65.17º29.59%38.43%-
HSV(B)65.17º45.67%49.8%-
XYZ16.6919.758.56-
YUV118.8999.84130.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=38.36%
G=39.94%
B=21.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122127690.0400.460.5065.1729.5938.43
Hex7A7F45402E32411e26
Octal1721771054056621013646
Binary1111010111111110001011000101110110010100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,69); }

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

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

 a { background-color: rgb(122,127,69); }

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

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

 span { border-color: rgb(122,127,69); }

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