#7D8263

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

Shades of Finch #7D8263

Tints of Finch #7D8263

Color information

#7D8263 (or 0x7D8263) is unknown color: approx Finch. HEX triplet: 7D, 82 and 63. RGB value is (125,130,99). Sum of RGB (Red+Green+Blue) = 125+130+99=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8263 is #827D9C. Grayscale: #7D7D7D. Windows color (decimal): -8551837 or 6521469. OLE color: 6521469.

HSL color Cylindrical-coordinate representation of color #7D8263: hue angle of 69.68º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D8263 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB12513099-
CMYK0.0400.240.49
HSL69.68º13.54%44.9%-
HSV(B)69.68º23.85%50.98%-
XYZ18.6921.2314.92-
YUV124.97113.34128.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=35.31%
G=36.72%
B=27.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130990.0400.240.4969.6813.5444.9
Hex7D826340183146e2d
Octal1752021434030611061655
Binary111110110000010110001110001100011000110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,99); }

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

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

 a { background-color: rgb(125,130,99); }

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

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

 span { border-color: rgb(125,130,99); }

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