#7C834B

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

Shades of Finch #7C834B

Tints of Finch #7C834B

Color information

#7C834B (or 0x7C834B) is unknown color: approx Finch. HEX triplet: 7C, 83 and 4B. RGB value is (124,131,75). Sum of RGB (Red+Green+Blue) = 124+131+75=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #7C834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C834B is #837CB4. Grayscale: #7A7A7A. Windows color (decimal): -8617141 or 4948860. OLE color: 4948860.

HSL color Cylindrical-coordinate representation of color #7C834B: hue angle of 67.5º 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 #7C834B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB12413175-
CMYK0.0500.430.49
HSL67.5º27.18%40.39%-
HSV(B)67.5º42.75%51.37%-
XYZ17.721.039.78-
YUV122.52101.18129.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=37.58%
G=39.70%
B=22.73%

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
Decimal124131750.0500.430.4967.527.1840.39
Hex7C834B502B31441b28
Octal1742031135053611043350
Binary11111001000001110010111010101011110001100010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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