#7D8751

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

Shades of Finch #7D8751

Tints of Finch #7D8751

Color information

#7D8751 (or 0x7D8751) is unknown color: approx Finch. HEX triplet: 7D, 87 and 51. RGB value is (125,135,81). Sum of RGB (Red+Green+Blue) = 125+135+81=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8751 is #8278AE. Grayscale: #7E7E7E. Windows color (decimal): -8550575 or 5343101. OLE color: 5343101.

HSL color Cylindrical-coordinate representation of color #7D8751: hue angle of 71.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8751 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12513581-
CMYK0.0700.400.47
HSL71.11º25%42.35%-
HSV(B)71.11º40%52.94%-
XYZ18.6122.2811.1-
YUV125.85102.69127.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=36.66%
G=39.59%
B=23.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135810.0700.400.4771.112542.35
Hex7D875170282F47192a
Octal1752071217050571073152
Binary11111011000011110100011110101000101111100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,81); }

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

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

 a { background-color: rgb(125,135,81); }

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

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

 span { border-color: rgb(125,135,81); }

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