#7D8756

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

Shades of Finch #7D8756

Tints of Finch #7D8756

Color information

#7D8756 (or 0x7D8756) is unknown color: approx Finch. HEX triplet: 7D, 87 and 56. RGB value is (125,135,86). Sum of RGB (Red+Green+Blue) = 125+135+86=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8756 is #8278A9. Grayscale: #7E7E7E. Windows color (decimal): -8550570 or 5670781. OLE color: 5670781.

HSL color Cylindrical-coordinate representation of color #7D8756: hue angle of 72.24º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D8756 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB12513586-
CMYK0.0700.360.47
HSL72.24º22.17%43.33%-
HSV(B)72.24º36.3%52.94%-
XYZ18.822.3612.13-
YUV126.42105.19126.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=36.13%
G=39.02%
B=24.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135860.0700.360.4772.2422.1743.33
Hex7D875670242F48162b
Octal1752071267044571102653
Binary11111011000011110101101110100100101111100100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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