#7D834B

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

Shades of Finch #7D834B

Tints of Finch #7D834B

Color information

#7D834B (or 0x7D834B) is unknown color: approx Finch. HEX triplet: 7D, 83 and 4B. RGB value is (125,131,75). Sum of RGB (Red+Green+Blue) = 125+131+75=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #7D834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D834B is #827CB4. Grayscale: #7B7B7B. Windows color (decimal): -8551605 or 4948861. OLE color: 4948861.

HSL color Cylindrical-coordinate representation of color #7D834B: hue angle of 66.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D834B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB12513175-
CMYK0.0500.430.49
HSL66.43º27.18%40.39%-
HSV(B)66.43º42.75%51.37%-
XYZ17.8421.19.79-
YUV122.82101.01129.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=37.76%
G=39.58%
B=22.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125131750.0500.430.4966.4327.1840.39
Hex7D834B502B31421b28
Octal1752031135053611023350
Binary11111011000001110010111010101011110001100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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