#7D844B

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

Shades of Finch #7D844B

Tints of Finch #7D844B

Color information

#7D844B (or 0x7D844B) is unknown color: approx Finch. HEX triplet: 7D, 84 and 4B. RGB value is (125,132,75). Sum of RGB (Red+Green+Blue) = 125+132+75=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #7D844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D844B is #827BB4. Grayscale: #7B7B7B. Windows color (decimal): -8551349 or 4949117. OLE color: 4949117.

HSL color Cylindrical-coordinate representation of color #7D844B: hue angle of 67.37º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D844B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB12513275-
CMYK0.0500.430.48
HSL67.37º27.54%40.59%-
HSV(B)67.37º43.18%51.76%-
XYZ17.9821.379.83-
YUV123.41100.68129.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=37.65%
G=39.76%
B=22.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132750.0500.430.4867.3727.5440.59
Hex7D844B502B30431c29
Octal1752041135053601033451
Binary11111011000010010010111010101011110000100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,75); }

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

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

 a { background-color: rgb(125,132,75); }

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

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

 span { border-color: rgb(125,132,75); }

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