#7C875D

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

Shades of Finch #7C875D

Tints of Finch #7C875D

Color information

#7C875D (or 0x7C875D) is unknown color: approx Finch. HEX triplet: 7C, 87 and 5D. RGB value is (124,135,93). Sum of RGB (Red+Green+Blue) = 124+135+93=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #7C875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C875D is #8378A2. Grayscale: #7F7F7F. Windows color (decimal): -8616099 or 6129532. OLE color: 6129532.

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

Color convert

RGB12413593-
CMYK0.0800.310.47
HSL75.71º18.42%44.71%-
HSV(B)75.71º31.11%52.94%-
XYZ18.9522.413.68-
YUV126.92108.86125.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=35.23%
G=38.35%
B=26.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135930.0800.310.4775.7118.4244.71
Hex7C875D801F2F4c122d
Octal17420713510037571142255
Binary11111001000011110111011000011111101111100110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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