#7C855B

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

Shades of Finch #7C855B

Tints of Finch #7C855B

Color information

#7C855B (or 0x7C855B) is unknown color: approx Finch. HEX triplet: 7C, 85 and 5B. RGB value is (124,133,91). Sum of RGB (Red+Green+Blue) = 124+133+91=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #7C855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C855B is #837AA4. Grayscale: #7D7D7D. Windows color (decimal): -8616613 or 5997948. OLE color: 5997948.

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

Color convert

RGB12413391-
CMYK0.0700.320.48
HSL72.86º18.75%43.92%-
HSV(B)72.86º31.58%52.16%-
XYZ18.5921.8213.13-
YUV125.52108.52126.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=35.63%
G=38.22%
B=26.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133910.0700.320.4872.8618.7543.92
Hex7C855B70203049132c
Octal1742051337040601112354
Binary11111001000010110110111110100000110000100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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