#7C874F

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

Shades of Finch #7C874F

Tints of Finch #7C874F

Color information

#7C874F (or 0x7C874F) is unknown color: approx Finch. HEX triplet: 7C, 87 and 4F. RGB value is (124,135,79). Sum of RGB (Red+Green+Blue) = 124+135+79=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #7C874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C874F is #8378B0. Grayscale: #7D7D7D. Windows color (decimal): -8616113 or 5212028. OLE color: 5212028.

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

Color convert

RGB12413579-
CMYK0.0800.410.47
HSL71.79º26.17%41.96%-
HSV(B)71.79º41.48%52.94%-
XYZ18.3922.1810.71-
YUV125.33101.86127.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=36.69%
G=39.94%
B=23.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135790.0800.410.4771.7926.1741.96
Hex7C874F80292F481a2a
Octal17420711710051571103252
Binary111110010000111100111110000101001101111100100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,135,79); }

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

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

 a { background-color: rgb(124,135,79); }

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

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

 span { border-color: rgb(124,135,79); }

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