#7C855D

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

Shades of Finch #7C855D

Tints of Finch #7C855D

Color information

#7C855D (or 0x7C855D) is unknown color: approx Finch. HEX triplet: 7C, 85 and 5D. RGB value is (124,133,93). Sum of RGB (Red+Green+Blue) = 124+133+93=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #7C855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C855D is #837AA2. Grayscale: #7D7D7D. Windows color (decimal): -8616611 or 6129020. OLE color: 6129020.

HSL color Cylindrical-coordinate representation of color #7C855D: hue angle of 73.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C855D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB12413393-
CMYK0.0700.300.48
HSL73.5º17.7%44.31%-
HSV(B)73.5º30.08%52.16%-
XYZ18.6821.8513.59-
YUV125.75109.52126.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=35.43%
G=38%
B=26.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133930.0700.300.4873.517.744.31
Hex7C855D701E304a122c
Octal1742051357036601122254
Binary1111100100001011011101111011110110000100101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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