#7A874D

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

Shades of Finch #7A874D

Tints of Finch #7A874D

Color information

#7A874D (or 0x7A874D) is unknown color: approx Finch. HEX triplet: 7A, 87 and 4D. RGB value is (122,135,77). Sum of RGB (Red+Green+Blue) = 122+135+77=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #7A874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A874D is #8578B2. Grayscale: #7C7C7C. Windows color (decimal): -8747187 or 5080954. OLE color: 5080954.

HSL color Cylindrical-coordinate representation of color #7A874D: hue angle of 73.45º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A874D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB12213577-
CMYK0.1000.430.47
HSL73.45º27.36%41.57%-
HSV(B)73.45º42.96%52.94%-
XYZ18.032210.32-
YUV124.5101.19126.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=36.53%
G=40.42%
B=23.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122135770.1000.430.4773.4527.3641.57
Hex7A874DA02B2F491b2a
Octal17220711512053571113352
Binary111101010000111100110110100101011101111100100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,135,77); }

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

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

 a { background-color: rgb(122,135,77); }

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

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

 span { border-color: rgb(122,135,77); }

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