#7C7F47

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

Shades of Finch #7C7F47

Tints of Finch #7C7F47

Color information

#7C7F47 (or 0x7C7F47) is unknown color: approx Finch. HEX triplet: 7C, 7F and 47. RGB value is (124,127,71). Sum of RGB (Red+Green+Blue) = 124+127+71=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7F47 is #8380B8. Grayscale: #777777. Windows color (decimal): -8618169 or 4685692. OLE color: 4685692.

HSL color Cylindrical-coordinate representation of color #7C7F47: hue angle of 63.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C7F47 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB12412771-
CMYK0.0200.440.50
HSL63.21º28.28%38.82%-
HSV(B)63.21º44.09%49.8%-
XYZ17.0419.928.91-
YUV119.72100.51131.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=38.51%
G=39.44%
B=22.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124127710.0200.440.5063.2128.2838.82
Hex7C7F47202C323f1c27
Octal174177107205462773447
Binary11111001111111100011110010110011001011111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,127,71); }

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

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

 a { background-color: rgb(124,127,71); }

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

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

 span { border-color: rgb(124,127,71); }

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