#7B804B

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

Shades of Finch #7B804B

Tints of Finch #7B804B

Color information

#7B804B (or 0x7B804B) is unknown color: approx Finch. HEX triplet: 7B, 80 and 4B. RGB value is (123,128,75). Sum of RGB (Red+Green+Blue) = 123+128+75=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #7B804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B804B is #847FB4. Grayscale: #787878. Windows color (decimal): -8683445 or 4948091. OLE color: 4948091.

HSL color Cylindrical-coordinate representation of color #7B804B: hue angle of 65.66º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B804B is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12312875-
CMYK0.0400.410.50
HSL65.66º26.11%39.8%-
HSV(B)65.66º41.41%50.2%-
XYZ17.1620.169.64-
YUV120.46102.34129.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=37.73%
G=39.26%
B=23.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123128750.0400.410.5065.6626.1139.8
Hex7B804B402932421a28
Octal1732001134051621023250
Binary11110111000000010010111000101001110010100001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,128,75); }

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

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

 a { background-color: rgb(123,128,75); }

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

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

 span { border-color: rgb(123,128,75); }

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