#7D855B

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

Shades of Finch #7D855B

Tints of Finch #7D855B

Color information

#7D855B (or 0x7D855B) is unknown color: approx Finch. HEX triplet: 7D, 85 and 5B. RGB value is (125,133,91). Sum of RGB (Red+Green+Blue) = 125+133+91=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7D855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D855B is #827AA4. Grayscale: #7D7D7D. Windows color (decimal): -8551077 or 5997949. OLE color: 5997949.

HSL color Cylindrical-coordinate representation of color #7D855B: hue angle of 71.43º 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 #7D855B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12513391-
CMYK0.0600.320.48
HSL71.43º18.75%43.92%-
HSV(B)71.43º31.58%52.16%-
XYZ18.7321.8913.14-
YUV125.82108.35127.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=35.82%
G=38.11%
B=26.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133910.0600.320.4871.4318.7543.92
Hex7D855B60203047132c
Octal1752051336040601072354
Binary11111011000010110110111100100000110000100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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