#767C4A

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

Shades of Finch #767C4A

Tints of Finch #767C4A

Color information

#767C4A (or 0x767C4A) is unknown color: approx Finch. HEX triplet: 76, 7C and 4A. RGB value is (118,124,74). Sum of RGB (Red+Green+Blue) = 118+124+74=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #767C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C4A is #8983B5. Grayscale: #747474. Windows color (decimal): -9012150 or 4881526. OLE color: 4881526.

HSL color Cylindrical-coordinate representation of color #767C4A: hue angle of 67.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767C4A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB11812474-
CMYK0.0500.400.51
HSL67.2º25.25%38.82%-
HSV(B)67.2º40.32%48.63%-
XYZ15.9118.769.26-
YUV116.51104.01129.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=37.34%
G=39.24%
B=23.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124740.0500.400.5167.225.2538.82
Hex767C4A502833431927
Octal1661741125050631033147
Binary1110110111110010010101010101000110011100001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C4A; }

 p { color: rgb(118,124,74); }

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

<style>
 a { background-color: #767C4A; }

 a { background-color: rgb(118,124,74); }

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

<style>
 span { border-color: #767C4A; }

 span { border-color: rgb(118,124,74); }

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