#7F834B

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

Shades of Finch #7F834B

Tints of Finch #7F834B

Color information

#7F834B (or 0x7F834B) is unknown color: approx Finch. HEX triplet: 7F, 83 and 4B. RGB value is (127,131,75). Sum of RGB (Red+Green+Blue) = 127+131+75=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #7F834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F834B is #807CB4. Grayscale: #7B7B7B. Windows color (decimal): -8420533 or 4948863. OLE color: 4948863.

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

Color convert

RGB12713175-
CMYK0.0300.430.49
HSL64.29º27.18%40.39%-
HSV(B)64.29º42.75%51.37%-
XYZ18.1421.259.8-
YUV123.42100.67130.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=38.14%
G=39.34%
B=22.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127131750.0300.430.4964.2927.1840.39
Hex7F834B302B31401b28
Octal1772031133053611003350
Binary1111111100000111001011110101011110001100000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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